Skip to content

Commit d3a6d66

Browse files
committed
Try to fix CI
1 parent c0bca41 commit d3a6d66

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ jobs:
2929
- uses: julia-actions/cache@v1
3030
- uses: julia-actions/julia-buildpkg@v1
3131
with:
32-
project: ${{ matrix.pkg == "DiffEqProblemLibrary" && "@." || "lib/${{ matrix.pkg }}" }}
32+
project: "${{ matrix.pkg == 'DiffEqProblemLibrary' && '@.' || 'lib/${{ matrix.pkg }}' }}"
3333
- uses: julia-actions/julia-runtest@v1
3434
with:
35-
project: ${{ matrix.pkg == "DiffEqProblemLibrary" && "@." || "lib/${{ matrix.pkg }}" }}
35+
project: "${{ matrix.pkg == 'DiffEqProblemLibrary' && '@.' || 'lib/${{ matrix.pkg }}' }}"
3636
- uses: julia-actions/julia-processcoverage@v1
3737
- uses: codecov/codecov-action@v3
3838
with:

0 commit comments

Comments
 (0)