Skip to content

Commit cd13ccd

Browse files
committed
Fix CI.yml
1 parent 5ac1af6 commit cd13ccd

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/CI.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ jobs:
3636
- name: Install matplotlib
3737
run: |
3838
sudo apt-get install -y python3-matplotlib
39-
echo "PYTHON=$(which python3)" >> $GITHUB_ENV
4039
shell: bash
4140
- uses: actions/checkout@v6
4241
- uses: julia-actions/setup-julia@v2
@@ -45,6 +44,9 @@ jobs:
4544
arch: ${{ matrix.arch }}
4645
- uses: julia-actions/cache@v2
4746
- uses: julia-actions/julia-buildpkg@v1
47+
- name: Build PyCall
48+
run: julia --project=test -e 'ENV["PYTHON"]=""; using Pkg; Pkg.build("PyCall")'
49+
shell: bash
4850
- uses: julia-actions/julia-runtest@v1
4951
- uses: julia-actions/julia-processcoverage@v1
5052
- uses: codecov/codecov-action@v5

0 commit comments

Comments
 (0)