Skip to content

Commit

Permalink
Instantiate project environment in publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
penelopeysm committed Aug 12, 2024
1 parent 42e664f commit c0c2cd2
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 @@ -20,6 +20,9 @@ jobs:
with:
version: '1.10'

- name: Instantiate Julia environment
run: julia --project=. -e 'using Pkg; Pkg.instantiate()'

- name: Set up Quarto
uses: quarto-dev/quarto-actions/setup@v2

Expand Down

0 comments on commit c0c2cd2

Please sign in to comment.