Skip to content

Commit fe3b390

Browse files
authored
Update BenchmarksAndMicroIntegration.yml
1 parent eca834b commit fe3b390

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/BenchmarksAndMicroIntegration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
using Pkg
2626
try
2727
# 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
28+
pkg"add Turing#master" # TODO: remove this when Turing is updated
2929
Pkg.develop(PackageSpec(path=".")) # resolver may fail with main deps
3030
Pkg.update()
3131
catch err

0 commit comments

Comments
 (0)