Skip to content

Commit b88a1a1

Browse files
authored
Update CI.yml
1 parent 9b77791 commit b88a1a1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/CI.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,9 @@ jobs:
7979
- ubuntu-latest
8080
runs-on: ${{ matrix.os }}
8181
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
8285
- name: Install matplotlib
8386
run: if [ "$RUNNER_OS" = "Linux" ]; then sudo apt-get install -y python3-matplotlib; fi
8487
shell: bash

0 commit comments

Comments
 (0)