Skip to content

Commit

Permalink
Fixes setup-python and ubuntu runs
Browse files Browse the repository at this point in the history
  • Loading branch information
holm10 committed Mar 11, 2024
1 parent 7385ff3 commit f18e69e
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/build-test-wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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: |
Expand Down Expand Up @@ -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: |
Expand Down

0 comments on commit f18e69e

Please sign in to comment.