We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eca834b commit fe3b390Copy full SHA for fe3b390
.github/workflows/BenchmarksAndMicroIntegration.yml
@@ -25,7 +25,7 @@ jobs:
25
using Pkg
26
try
27
# force it to use this PR's version of the package
28
- pkg"add Turing#hg/new-libtask2" # TODO: remove this when Turing is updated
+ pkg"add Turing#master" # TODO: remove this when Turing is updated
29
Pkg.develop(PackageSpec(path=".")) # resolver may fail with main deps
30
Pkg.update()
31
catch err
0 commit comments