We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d803dbe commit f0fbfb9Copy full SHA for f0fbfb9
.github/workflows/tests.yml
@@ -70,7 +70,7 @@ jobs:
70
JULIA_DEBUG: PythonCall
71
JULIA_NUM_THREADS: '2'
72
PYTHON: ${{ steps.setup-python.outputs.python-path }}
73
- JULIA_PYTHONCALL_EXE: ${{ matrix.pythonexe }}
+ JULIA_PYTHONCALL_EXE: ${{ case(matrix.pythonexe == 'python', steps.setup-python.outputs.python-path, matrix.pythonexe) }}
74
75
- name: Process coverage
76
uses: julia-actions/julia-processcoverage@v1
0 commit comments