Skip to content

Commit faa951c

Browse files
fix ci
1 parent f2add0e commit faa951c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test_GNNLux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
# dev mono repo versions
3838
pkg"registry up"
3939
Pkg.update()
40-
pkg"dev ./GNNGraphs /GNNlib ./GNNLux"
40+
pkg"dev ./GNNGraphs ./GNNlib ./GNNLux"
4141
Pkg.test("GNNLux"; coverage=true)
4242
- uses: julia-actions/julia-processcoverage@v1
4343
with:

0 commit comments

Comments
 (0)