Skip to content

Commit 636aaf4

Browse files
committed
fixup! Add options for the Julia binary and project path
1 parent c298e92 commit 636aaf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ jobs:
126126
run: |
127127
uv run pytest -s --nbval --cov=pysrc ./pytest/
128128
env:
129-
PYTHON_JULIACALL_EXE: "${{ steps.setup_julia.outputs.julia_bindir }}/julia"
129+
PYTHON_JULIACALL_EXE: "${{ steps.setup_julia.outputs.julia-bindir }}/julia"
130130
PYTHON_JULIACALL_PROJECT: ${{ env.MANUAL_TEST_PROJECT }}
131131

132132
- name: Upload coverage to Codecov

0 commit comments

Comments
 (0)