Skip to content

Commit

Permalink
fix env interpolation
Browse files Browse the repository at this point in the history
  • Loading branch information
jkrumbiegel committed Mar 10, 2025
1 parent 41a7bed commit fb3834a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-smokes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ jobs:
path: qnr

- name: Set QUARTO_JULIA_PROJECT environment variable
run: echo "QUARTO_JULIA_PROJECT=$(GITHUB_WORKSPACE)/qnr" >> $GITHUB_ENV
run: echo "QUARTO_JULIA_PROJECT=$GITHUB_WORKSPACE/qnr" >> $GITHUB_ENV

- name: Instantiate QuartoNotebookRunner
run: julia --project=$GITHUB_WORKSPACE/qnr -e 'using Pkg; Pkg.update()'
Expand Down

0 comments on commit fb3834a

Please sign in to comment.