Skip to content

Commit c3e1299

Browse files
author
Christopher Doris
committed
update github workflows
1 parent d27dccc commit c3e1299

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
matrix:
1717
arch: [x64, x86]
1818
os: [ubuntu-latest, windows-latest, macos-latest]
19-
jlversion: ['1', '1.0']
19+
jlversion: ['1']
2020
pyversion: ['3.x']
2121
exclude:
2222
- os: macos-latest
@@ -55,6 +55,7 @@ jobs:
5555
- uses: julia-actions/julia-runtest@v1
5656
env:
5757
JULIA_DEBUG: PythonCall
58+
JULIA_PYTHONCALL_EXE: python3
5859
- uses: julia-actions/julia-processcoverage@v1
5960
- uses: codecov/codecov-action@v1
6061
with:
@@ -89,7 +90,6 @@ jobs:
8990
- uses: julia-actions/julia-runtest@v1
9091
env:
9192
JULIA_DEBUG: PythonCall
92-
JULIA_PYTHONCALL_EXE: CONDA
9393
- uses: julia-actions/julia-processcoverage@v1
9494
- uses: codecov/codecov-action@v1
9595
with:

0 commit comments

Comments
 (0)