From c623906bf233b1d5f2a972a5c222c3ce6235a7e6 Mon Sep 17 00:00:00 2001 From: Alexis Montoison Date: Thu, 19 Oct 2023 01:00:20 -0500 Subject: [PATCH] Debug CI M1 --- .github/workflows/CI_M1.yml | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/.github/workflows/CI_M1.yml b/.github/workflows/CI_M1.yml index 9e39925..f85fd8f 100644 --- a/.github/workflows/CI_M1.yml +++ b/.github/workflows/CI_M1.yml @@ -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 @@ -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