Skip to content

Commit fbfa337

Browse files
don't use system Python
1 parent 5f5495f commit fbfa337

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/UnitTest.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ jobs:
1818
matrix:
1919
julia-version: ['1.0', '1', 'nightly']
2020
os: [ubuntu-latest, windows-latest, macOS-latest]
21-
21+
env:
22+
PYTHON: ""
2223
steps:
2324
- uses: actions/[email protected]
2425
- name: "Set up Julia"

0 commit comments

Comments
 (0)