Skip to content

Commit 0b5d370

Browse files
committed
fix order of operations in Integration.yml
1 parent 54c0a66 commit 0b5d370

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,12 @@ jobs:
5656
with:
5757
version: ${{ matrix.version }}
5858
- uses: julia-actions/cache@v2
59-
- uses: julia-actions/julia-buildpkg@v1
6059
- name: "Install Dependencies"
6160
run: |
6261
julia --color=yes --project=test/integration/${{ matrix.package }} --threads=auto --check-bounds=yes -O1 -e 'using Pkg; Pkg.develop([PackageSpec(; path) for path in (".", "lib/EnzymeCore")])'
6362
shell: bash
6463
if: ${{ matrix.version == '1.10' }}
64+
- uses: julia-actions/julia-buildpkg@v1
6565
- name: "Instantiate"
6666
run: |
6767
julia --color=yes --project=test/integration/${{ matrix.package }} --threads=auto --check-bounds=yes -O1 -e 'using Pkg; Pkg.instantiate()'

0 commit comments

Comments
 (0)