diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 4b68899e9..ab21b2327 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -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