We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54c0a66 commit 0b5d370Copy full SHA for 0b5d370
.github/workflows/Integration.yml
@@ -56,12 +56,12 @@ jobs:
56
with:
57
version: ${{ matrix.version }}
58
- uses: julia-actions/cache@v2
59
- - uses: julia-actions/julia-buildpkg@v1
60
- name: "Install Dependencies"
61
run: |
62
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")])'
63
shell: bash
64
if: ${{ matrix.version == '1.10' }}
+ - uses: julia-actions/julia-buildpkg@v1
65
- name: "Instantiate"
66
67
julia --color=yes --project=test/integration/${{ matrix.package }} --threads=auto --check-bounds=yes -O1 -e 'using Pkg; Pkg.instantiate()'
0 commit comments