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 ac6480c commit ea9d214
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/Downstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ 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/AayushSabharwal/RecursiveArrayTools.jl", rev="as/parameter-timeseries"))
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 ea9d214

Please sign in to comment.