Skip to content

Commit

Permalink
Comment out julia-actions/cache in documentation CI job
Browse files Browse the repository at this point in the history
Seems to be causing an error with Python in plots_post_processing at the
moment. Don't know why. Maybe after the cache empties/resets somehow we
can add the caching back again?
  • Loading branch information
johnomotani committed Jan 16, 2025
1 parent 611c284 commit 41a17b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: julia-actions/setup-julia@latest
with:
version: '1.10'
- uses: julia-actions/cache@v2
#- uses: julia-actions/cache@v2
- name: Install dependencies
run: |
# Version 3.9.0 of matplotlib causes an error with PyPlot.jl, so pin
Expand Down

0 comments on commit 41a17b1

Please sign in to comment.