We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b5d370 commit e873020Copy full SHA for e873020
.github/workflows/Integration.yml
@@ -62,6 +62,7 @@ jobs:
62
shell: bash
63
if: ${{ matrix.version == '1.10' }}
64
- uses: julia-actions/julia-buildpkg@v1
65
+ if: ${{ matrix.version != '1.10' }}
66
- name: "Instantiate"
67
run: |
68
julia --color=yes --project=test/integration/${{ matrix.package }} --threads=auto --check-bounds=yes -O1 -e 'using Pkg; Pkg.instantiate()'
0 commit comments