Skip to content

Commit

Permalink
Update CI.yml and pin matplotlib version
Browse files Browse the repository at this point in the history
Pinning matplotlib version like #52
  • Loading branch information
askprash committed Jul 3, 2024
1 parent 3efffcc commit d657f95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
with:
version: ${{ matrix.version }}
arch: ${{ matrix.arch }}
- uses: actions/cache@v4
- uses: julia-actions/cache@v4
env:
cache-name: cache-artifacts
with:
Expand All @@ -38,7 +38,7 @@ jobs:
with:
python-version: '3.9'
#cache: 'pip' # caching pip dependencies
- run: pip install matplotlib
- run: pip install matplotlib==3.8.4
- uses: julia-actions/julia-buildpkg@v1
env:
PYTHON: ""
Expand Down

0 comments on commit d657f95

Please sign in to comment.