We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 290cac3 commit 9df43bfCopy full SHA for 9df43bf
.github/workflows/CI.yml
@@ -49,7 +49,7 @@ jobs:
49
version: ${{ matrix.version }}
50
arch: ${{ matrix.arch }}
51
- name: Instantiate project
52
- run: julia -e 'using Pkg; Pkg.activate("."); Pkg.resolve(); Pkg.instantiate();
+ run: julia -e 'using Pkg; Pkg.activate("."); Pkg.resolve(); Pkg.instantiate()'
53
shell: bash
54
- uses: actions/cache@v4
55
env:
@@ -93,7 +93,7 @@ jobs:
93
arch: ${{ matrix.julia_arch }}
94
version: ${{ matrix.julia_version }}
95
96
97
98
- uses: julia-actions/cache@v2
99
- uses: julia-actions/julia-runtest@v1
0 commit comments