Skip to content

Commit

Permalink
Simplify build
Browse files Browse the repository at this point in the history
  • Loading branch information
holm10 committed Mar 12, 2024
1 parent 81503ee commit ca35d14
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/build-test-wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,21 +50,21 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-13] #, macos-12, ubuntu-20.04]
pyversions: ['3.11'] #, '3.10', '3.9', '3.8', '3.7',]
# pyversions: ['3.11'] #, '3.10', '3.9', '3.8', '3.7',]

steps:
- uses: actions/checkout@v4

- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.pyversions }}
# - uses: actions/setup-python@v5
# with:
# python-version: ${{ matrix.pyversions }}

- name: Install pip dependencies
run: |
python -m pip install --upgrade pip
python -m pip install forthon mppl numpy h5py
python -m pip install flake8
python -m pip install pytest-isolate pytest-xdist
# python -m pip install --upgrade pip
# python -m pip install forthon mppl numpy h5py
# python -m pip install flake8
# python -m pip install pytest-isolate pytest-xdist
pip install 'build<0.10.0'

- name: Symlink gfortran for macOS
Expand Down

0 comments on commit ca35d14

Please sign in to comment.