Skip to content

Commit b4cd8cf

Browse files
authored
only set JULIA_DEBUG=PythonCall when running with debug logging enabled (#778)
Co-authored-by: Christopher Rowley <github.com/cjdoris>
1 parent 1974b20 commit b4cd8cf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
- name: Run tests
6464
uses: julia-actions/julia-runtest@v1
6565
env:
66-
JULIA_DEBUG: PythonCall
66+
JULIA_DEBUG: ${{ runner.debug == '1' && 'PythonCall' || '' }}
6767
JULIA_NUM_THREADS: '2'
6868
PYTHON: ${{ steps.setup-python.outputs.python-path }}
6969
JULIA_PYTHONCALL_EXE: ${{ case(matrix.pythonexe == 'python', steps.setup-python.outputs.python-path, matrix.pythonexe) }}

0 commit comments

Comments
 (0)