Skip to content

Commit e6f4005

Browse files
committed
Cleanup
1 parent c279f8b commit e6f4005

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/CI.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,12 +67,9 @@ jobs:
6767
runs-on: ubuntu-latest
6868
timeout-minutes: 40
6969
steps:
70-
- name: Install matplotlib
71-
run: if [ "$RUNNER_OS" = "Linux" ]; then export PYTHON=""; fi
72-
shell: bash
7370
- uses: actions/checkout@v4
7471
- uses: julia-actions/setup-julia@v2
75-
- name: Install Conda
72+
- name: Build PyCall
7673
run: julia --project=docs/ -e 'ENV["PYTHON"]=""; using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate(); Pkg.build("PyCall")'
7774
shell: bash
7875
- uses: julia-actions/cache@v2

0 commit comments

Comments
 (0)