Skip to content

Commit 764b5df

Browse files
committed
fixup! dev Ariadne in Theseus tests
1 parent db01d7f commit 764b5df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
arch: ${{ matrix.arch }}
7575
- uses: julia-actions/cache@v2
7676
- if: ${{ matrix.version == '1.10' }}
77-
run: julia --project="libs/Theseus" -e 'import Pkg; Pkg.dev(".")'
77+
run: julia --project="libs/Theseus" -e 'import Pkg; Pkg.develop(".")'
7878
- uses: julia-actions/julia-buildpkg@v1
7979
with:
8080
project: "libs/Theseus"

0 commit comments

Comments
 (0)