Skip to content

Commit 130633e

Browse files
committed
Fix CI failure
1 parent 5a6cf72 commit 130633e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/CI.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ jobs:
6363
BUILD_IS_PRODUCTION_BUILD: ${{ matrix.build_is_production_build }}
6464
with:
6565
coverage: false
66-
- uses: julia-actions/julia-processcoverage@v1
6766
test-with-code-coverage:
6867
name: Julia ${{ matrix.julia_version }} - ${{ matrix.os }} - ${{ matrix.julia_arch }} - with code coverage
6968
timeout-minutes: 20
@@ -87,6 +86,9 @@ jobs:
8786
with:
8887
arch: ${{ matrix.julia_arch }}
8988
version: ${{ matrix.julia_version }}
89+
- name: Build PyCall
90+
run: julia --project -e 'ENV["PYTHON"]=""; using Pkg; Pkg.instantiate(); Pkg.add("PyCall"); Pkg.build("PyCall")'
91+
shell: bash
9092
- uses: julia-actions/cache@v2
9193
- uses: julia-actions/julia-runtest@v1
9294
env:

0 commit comments

Comments
 (0)