Skip to content

Commit

Permalink
Debug CI M1
Browse files Browse the repository at this point in the history
  • Loading branch information
amontoison committed Oct 19, 2023
1 parent 00b7a7c commit c623906
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .github/workflows/CI_M1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ jobs:
fail-fast: false
matrix:
version:
- '1.6'
# - '1.6'
- '1'
- 'nightly'
# - 'nightly'
arch:
- x64
- aarch64
exclude:
- version: '1.6'
arch: aarch64
# exclude:
# - version: '1.6'
# arch: aarch64
steps:
- uses: actions/checkout@v3
- uses: julia-actions/setup-julia@v1
Expand All @@ -39,6 +39,9 @@ jobs:
run: |
using Pkg
Pkg.activate("~/actions-runner/_work/HSL.jl/HSL.jl")
for var in ENV
println(var)
end
Pkg.develop(path=ENV["HSL_JLL_PATH"])
- uses: julia-actions/julia-runtest@v1
- uses: julia-actions/julia-processcoverage@v1
Expand Down

0 comments on commit c623906

Please sign in to comment.