We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59b88b0 commit 7eabebbCopy full SHA for 7eabebb
1 file changed
.github/workflows/CI.yml
@@ -90,9 +90,6 @@ jobs:
90
version: ${{ matrix.julia_version }}
91
- uses: julia-actions/cache@v2
92
- uses: julia-actions/julia-buildpkg@v1
93
- - name: Build PyCall
94
- run: julia --project -e 'ENV["PYTHON"]=""; using Pkg; Pkg.instantiate(); Pkg.add("PyCall"); Pkg.build("PyCall")'
95
- shell: bash
96
- uses: julia-actions/julia-runtest@v1
97
env:
98
BUILD_IS_PRODUCTION_BUILD: false
@@ -109,9 +106,6 @@ jobs:
109
106
steps:
110
107
- uses: actions/checkout@v4
111
108
- uses: julia-actions/setup-julia@v2
112
113
- run: julia --project=docs/ -e 'ENV["PYTHON"]=""; using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate(); Pkg.build("PyCall")'
114
115
116
117
0 commit comments