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 5a6cf72 commit 130633eCopy full SHA for 130633e
.github/workflows/CI.yml
@@ -63,7 +63,6 @@ jobs:
63
BUILD_IS_PRODUCTION_BUILD: ${{ matrix.build_is_production_build }}
64
with:
65
coverage: false
66
- - uses: julia-actions/julia-processcoverage@v1
67
test-with-code-coverage:
68
name: Julia ${{ matrix.julia_version }} - ${{ matrix.os }} - ${{ matrix.julia_arch }} - with code coverage
69
timeout-minutes: 20
@@ -87,6 +86,9 @@ jobs:
87
86
88
arch: ${{ matrix.julia_arch }}
89
version: ${{ matrix.julia_version }}
+ - name: Build PyCall
90
+ run: julia --project -e 'ENV["PYTHON"]=""; using Pkg; Pkg.instantiate(); Pkg.add("PyCall"); Pkg.build("PyCall")'
91
+ shell: bash
92
- uses: julia-actions/cache@v2
93
- uses: julia-actions/julia-runtest@v1
94
env:
0 commit comments