Skip to content

Commit 0c7310a

Browse files
authored
Fix 1.10 handling of EnzymeCore in Integration.yml (#2625)
1 parent 83984b0 commit 0c7310a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/Integration.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ 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")])'

0 commit comments

Comments
 (0)