Skip to content

Commit

Permalink
Fix CI error.
Browse files Browse the repository at this point in the history
  • Loading branch information
waltergu committed May 27, 2024
1 parent 59543e7 commit 6717f08
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,7 @@ jobs:
julia --project=docs -e '
using Pkg
Pkg.develop(PackageSpec(path=pwd()))
Pkg.instantiate()
ENV["PYTHON"]=""
Pkg.build("PyCall")'
Pkg.instantiate()'
- run: |
julia --project=docs -e '
using Documenter: DocMeta, doctest
Expand Down

0 comments on commit 6717f08

Please sign in to comment.