From f18e69e7ba1abafb01cd07e1d782a83601a72a9c Mon Sep 17 00:00:00 2001 From: Andreas Holm <60451789+holm10@users.noreply.github.com> Date: Mon, 11 Mar 2024 13:47:18 -0700 Subject: [PATCH] Fixes setup-python and ubuntu runs --- .github/workflows/build-test-wheel.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/build-test-wheel.yml b/.github/workflows/build-test-wheel.yml index e63b9a9..b36b796 100644 --- a/.github/workflows/build-test-wheel.yml +++ b/.github/workflows/build-test-wheel.yml @@ -15,7 +15,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: ${{ matrix.python-version }} - name: Install pip dependencies @@ -66,9 +66,6 @@ jobs: python -m pip install pytest-isolate pytest-xdist pip install 'build<0.10.0' - - name: Find path to M1 gfortran - run: which gfortran-13 - - name: Symlink gfortran for macOS if: runner.os == 'macOS' run: | @@ -139,9 +136,6 @@ jobs: python -m pip install flake8 python -m pip install pytest-isolate pytest-xdist pip install 'build<0.10.0' - - - name: Find path to M1 gfortran - run: which gfortran-13 - name: Symlink gfortran for macOS run: |