Skip to content

Commit 8546ac1

Browse files
DO NOT MERGE
1 parent 06cdae2 commit 8546ac1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/Downstream.yml

+1
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ jobs:
5151
try
5252
# force it to use this PR's version of the package
5353
Pkg.develop(PackageSpec(path=".")) # resolver may fail with main deps
54+
Pkg.add(PackageSpec(url="https://github.com/SciML/SymbolicIndexingInterface.jl", rev="as/param-timeseries"))
5455
Pkg.update()
5556
Pkg.test(coverage=true) # resolver may fail with test time deps
5657
catch err

0 commit comments

Comments
 (0)