Skip to content

Commit 9df43bf

Browse files
committed
Next try
1 parent 290cac3 commit 9df43bf

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
@@ -49,7 +49,7 @@ jobs:
4949
version: ${{ matrix.version }}
5050
arch: ${{ matrix.arch }}
5151
- name: Instantiate project
52-
run: julia -e 'using Pkg; Pkg.activate("."); Pkg.resolve(); Pkg.instantiate();
52+
run: julia -e 'using Pkg; Pkg.activate("."); Pkg.resolve(); Pkg.instantiate()'
5353
shell: bash
5454
- uses: actions/cache@v4
5555
env:
@@ -93,7 +93,7 @@ jobs:
9393
arch: ${{ matrix.julia_arch }}
9494
version: ${{ matrix.julia_version }}
9595
- name: Instantiate project
96-
run: julia -e 'using Pkg; Pkg.activate("."); Pkg.resolve(); Pkg.instantiate();
96+
run: julia -e 'using Pkg; Pkg.activate("."); Pkg.resolve(); Pkg.instantiate()'
9797
shell: bash
9898
- uses: julia-actions/cache@v2
9999
- uses: julia-actions/julia-runtest@v1

0 commit comments

Comments
 (0)