We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c298e92 commit 636aaf4Copy full SHA for 636aaf4
.github/workflows/tests.yml
@@ -126,7 +126,7 @@ jobs:
126
run: |
127
uv run pytest -s --nbval --cov=pysrc ./pytest/
128
env:
129
- PYTHON_JULIACALL_EXE: "${{ steps.setup_julia.outputs.julia_bindir }}/julia"
+ PYTHON_JULIACALL_EXE: "${{ steps.setup_julia.outputs.julia-bindir }}/julia"
130
PYTHON_JULIACALL_PROJECT: ${{ env.MANUAL_TEST_PROJECT }}
131
132
- name: Upload coverage to Codecov
0 commit comments