Skip to content

Commit 77ada8f

Browse files
committed
use bash to set env var on windows also
1 parent da15709 commit 77ada8f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test-smokes.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,7 @@ jobs:
183183

184184
- name: Set QUARTO_JULIA_PROJECT environment variable
185185
run: echo "QUARTO_JULIA_PROJECT=$GITHUB_WORKSPACE/qnr" >> $GITHUB_ENV
186+
shell: bash
186187

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

0 commit comments

Comments
 (0)