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 9b77791 commit b88a1a1Copy full SHA for b88a1a1
.github/workflows/CI.yml
@@ -79,6 +79,9 @@ jobs:
79
- ubuntu-latest
80
runs-on: ${{ matrix.os }}
81
steps:
82
+ - name: Build PyCall
83
+ run: julia --project -e 'ENV["PYTHON"]=""; using Pkg; Pkg.instantiate(); Pkg.add("PyCall"); Pkg.build("PyCall")'
84
+ shell: bash
85
- name: Install matplotlib
86
run: if [ "$RUNNER_OS" = "Linux" ]; then sudo apt-get install -y python3-matplotlib; fi
87
shell: bash
0 commit comments