Skip to content

Commit

Permalink
Try caching dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
penelopeysm committed Oct 3, 2024
1 parent 73e7772 commit ec354c2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ jobs:
with:
version: '1.10'

- name: Load Julia packages from cache
uses: julia-actions/cache@v2

# Note: needs resolve() to fix #518
- name: Instantiate Julia environment
run: julia --project=. -e 'using Pkg; Pkg.instantiate(); Pkg.resolve()'
Expand Down

0 comments on commit ec354c2

Please sign in to comment.