Skip to content

Commit f0fbfb9

Browse files
author
Christopher Rowley
committed
extra care to ensure pythoncall uses the correct python executable
1 parent d803dbe commit f0fbfb9

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
@@ -70,7 +70,7 @@ jobs:
7070
JULIA_DEBUG: PythonCall
7171
JULIA_NUM_THREADS: '2'
7272
PYTHON: ${{ steps.setup-python.outputs.python-path }}
73-
JULIA_PYTHONCALL_EXE: ${{ matrix.pythonexe }}
73+
JULIA_PYTHONCALL_EXE: ${{ case(matrix.pythonexe == 'python', steps.setup-python.outputs.python-path, matrix.pythonexe) }}
7474

7575
- name: Process coverage
7676
uses: julia-actions/julia-processcoverage@v1

0 commit comments

Comments
 (0)