Skip to content

Commit

Permalink
don't use system python in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
CarloLucibello committed Sep 22, 2021
1 parent 2a82045 commit 58a8c1f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ jobs:
- ubuntu-latest
arch:
- x64
env: # Don't use system Python (needed by PyCall)
PYTHON: ""
steps:
- uses: actions/checkout@v2
- uses: julia-actions/setup-julia@v1
Expand Down

0 comments on commit 58a8c1f

Please sign in to comment.