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 d27dccc commit c3e1299Copy full SHA for c3e1299
.github/workflows/tests.yml
@@ -16,7 +16,7 @@ jobs:
16
matrix:
17
arch: [x64, x86]
18
os: [ubuntu-latest, windows-latest, macos-latest]
19
- jlversion: ['1', '1.0']
+ jlversion: ['1']
20
pyversion: ['3.x']
21
exclude:
22
- os: macos-latest
@@ -55,6 +55,7 @@ jobs:
55
- uses: julia-actions/julia-runtest@v1
56
env:
57
JULIA_DEBUG: PythonCall
58
+ JULIA_PYTHONCALL_EXE: python3
59
- uses: julia-actions/julia-processcoverage@v1
60
- uses: codecov/codecov-action@v1
61
with:
@@ -89,7 +90,6 @@ jobs:
89
90
91
92
- JULIA_PYTHONCALL_EXE: CONDA
93
94
95
0 commit comments