We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd13ccd commit d865c82Copy full SHA for d865c82
1 file changed
.github/workflows/CI.yml
@@ -44,9 +44,6 @@ jobs:
44
arch: ${{ matrix.arch }}
45
- uses: julia-actions/cache@v2
46
- 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
50
- uses: julia-actions/julia-runtest@v1
51
- uses: julia-actions/julia-processcoverage@v1
52
- uses: codecov/codecov-action@v5
0 commit comments