From b527f25a813734d0e530ea4c267a6ad74f911619 Mon Sep 17 00:00:00 2001 From: DONNOT Benjamin Date: Fri, 12 Apr 2024 15:36:25 +0200 Subject: [PATCH] trying to natively build on m1 chip, removing linnux build on arm64 --- .github/workflows/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index da7a412..35dc20b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -78,9 +78,9 @@ jobs: run: echo "/opt/python/${{ matrix.python.name }}-${{ matrix.python.abi }}/bin/" >> $GITHUB_PATH - name: Install Python dependencies - run: | - python -m pip install --upgrade pip - python -m pip install -r requirements.txt + run: | + python -m pip install --upgrade pip + python -m pip install -r requirements.txt - name: Compile SuiteSparse run: