Skip to content

Commit e873020

Browse files
committed
fixup! fix order of operations in Integration.yml
1 parent 0b5d370 commit e873020

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/Integration.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ jobs:
6262
shell: bash
6363
if: ${{ matrix.version == '1.10' }}
6464
- uses: julia-actions/julia-buildpkg@v1
65+
if: ${{ matrix.version != '1.10' }}
6566
- name: "Instantiate"
6667
run: |
6768
julia --color=yes --project=test/integration/${{ matrix.package }} --threads=auto --check-bounds=yes -O1 -e 'using Pkg; Pkg.instantiate()'

0 commit comments

Comments
 (0)