Skip to content

Commit d7cb0b9

Browse files
committed
change project path
1 parent 4cb8f3a commit d7cb0b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/LoopVecTests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@ jobs:
3232
repository: ${{ matrix.package.user }}/${{ matrix.package.repo }}
3333
path: loopvec
3434
- name: Load this and run the LoopVectorization tests
35-
shell: julia --color=yes --project=loopvec {0}
35+
shell: julia --color=yes
3636
run: |
3737
using Pkg
3838
try
3939
# force it to use this PR's version of the package
4040
Pkg.develop(PackageSpec(path=".")) # resolver may fail with main deps
41-
Pkg.develop(Pkg.PackageSpec(path=joinpath(pwd(), "lib", "ArrayInterfaceCore")))
41+
Pkg.develop(Pkg.PackageSpec(path=joinpath("lib", "ArrayInterfaceCore")))
4242
Pkg.update()
4343
Pkg.test() # resolver may fail with test time deps
4444
catch err

0 commit comments

Comments
 (0)