Skip to content

Commit 8e9aaa4

Browse files
committed
Revert changes
1 parent 9df43bf commit 8e9aaa4

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/CI.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,6 @@ jobs:
4848
with:
4949
version: ${{ matrix.version }}
5050
arch: ${{ matrix.arch }}
51-
- name: Instantiate project
52-
run: julia -e 'using Pkg; Pkg.activate("."); Pkg.resolve(); Pkg.instantiate()'
53-
shell: bash
5451
- uses: actions/cache@v4
5552
env:
5653
cache-name: cache-artifacts
@@ -92,9 +89,6 @@ jobs:
9289
with:
9390
arch: ${{ matrix.julia_arch }}
9491
version: ${{ matrix.julia_version }}
95-
- name: Instantiate project
96-
run: julia -e 'using Pkg; Pkg.activate("."); Pkg.resolve(); Pkg.instantiate()'
97-
shell: bash
9892
- uses: julia-actions/cache@v2
9993
- uses: julia-actions/julia-runtest@v1
10094
env:

0 commit comments

Comments
 (0)