Skip to content

Commit

Permalink
Don't install PotentialLearning from main
Browse files Browse the repository at this point in the history
  • Loading branch information
vchuravy committed Mar 29, 2024
1 parent dcca69a commit 9ba33d1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ jobs:
fail-fast: false
matrix:
version:
- '1.8'
- '1.9'
- '1.10'
- 'nightly'
Expand Down Expand Up @@ -48,7 +47,6 @@ jobs:
julia --project=. -e '
using Pkg
Pkg.add([
PackageSpec(;name="PotentialLearning", rev="main"),
PackageSpec(;url="https://github.com/joannajzou/ActiveSubspaces.jl"),
])
'
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/Documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,9 @@ jobs:
run: |
julia --project=docs/ -e '
using Pkg
Pkg.add(; name="PotentialLearning", rev="main")
Pkg.add(; url = "https://github.com/joannajzou/ActiveSubspaces.jl")
Pkg.add([
PackageSpec(;url="https://github.com/joannajzou/ActiveSubspaces.jl"),
])
Pkg.develop(PackageSpec(path=pwd()))
Pkg.instantiate()
'
Expand Down

0 comments on commit 9ba33d1

Please sign in to comment.