We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1974b20 commit b4cd8cfCopy full SHA for b4cd8cf
1 file changed
.github/workflows/tests.yml
@@ -63,7 +63,7 @@ jobs:
63
- name: Run tests
64
uses: julia-actions/julia-runtest@v1
65
env:
66
- JULIA_DEBUG: PythonCall
+ JULIA_DEBUG: ${{ runner.debug == '1' && 'PythonCall' || '' }}
67
JULIA_NUM_THREADS: '2'
68
PYTHON: ${{ steps.setup-python.outputs.python-path }}
69
JULIA_PYTHONCALL_EXE: ${{ case(matrix.pythonexe == 'python', steps.setup-python.outputs.python-path, matrix.pythonexe) }}
0 commit comments