Skip to content

Commit

Permalink
DO NOT MERGE
Browse files Browse the repository at this point in the history
  • Loading branch information
AayushSabharwal committed Jun 4, 2024
1 parent 06cdae2 commit 8546ac1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/Downstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ jobs:
try
# force it to use this PR's version of the package
Pkg.develop(PackageSpec(path=".")) # resolver may fail with main deps
Pkg.add(PackageSpec(url="https://github.com/SciML/SymbolicIndexingInterface.jl", rev="as/param-timeseries"))
Pkg.update()
Pkg.test(coverage=true) # resolver may fail with test time deps
catch err
Expand Down

0 comments on commit 8546ac1

Please sign in to comment.