Skip to content

Commit 4d37698

Browse files
committed
Fix CI.yml
1 parent acc8d6e commit 4d37698

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
- uses: actions/checkout@v4
7474
- uses: julia-actions/setup-julia@v2
7575
- name: Install Conda
76-
run: julia --project=docs/ -e 'ENV["PYTHON"]=""; using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate(); Pkg.build("PyCall"); Pkg.add(Conda); using Conda)'
76+
run: julia --project=docs/ -e 'ENV["PYTHON"]=""; using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate(); Pkg.build("PyCall"); Pkg.add(Conda); using Conda'
7777
shell: bash
7878
- uses: julia-actions/cache@v2
7979
- uses: julia-actions/julia-buildpkg@v1

0 commit comments

Comments
 (0)