We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06cdae2 commit 8546ac1Copy full SHA for 8546ac1
.github/workflows/Downstream.yml
@@ -51,6 +51,7 @@ jobs:
51
try
52
# force it to use this PR's version of the package
53
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"))
55
Pkg.update()
56
Pkg.test(coverage=true) # resolver may fail with test time deps
57
catch err
0 commit comments