We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c279f8b commit e6f4005Copy full SHA for e6f4005
1 file changed
.github/workflows/CI.yml
@@ -67,12 +67,9 @@ jobs:
67
runs-on: ubuntu-latest
68
timeout-minutes: 40
69
steps:
70
- - name: Install matplotlib
71
- run: if [ "$RUNNER_OS" = "Linux" ]; then export PYTHON=""; fi
72
- shell: bash
73
- uses: actions/checkout@v4
74
- uses: julia-actions/setup-julia@v2
75
- - name: Install Conda
+ - name: Build PyCall
76
run: julia --project=docs/ -e 'ENV["PYTHON"]=""; using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate(); Pkg.build("PyCall")'
77
shell: bash
78
- uses: julia-actions/cache@v2
0 commit comments