Skip to content

Commit fb3834a

Browse files
committed
fix env interpolation
1 parent 41a7bed commit fb3834a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-smokes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ jobs:
182182
path: qnr
183183

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

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

0 commit comments

Comments
 (0)