Skip to content

Commit

Permalink
Fixes syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
holm10 committed Mar 12, 2024
1 parent ca35d14 commit fe0af4e
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/build-test-wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,14 +58,13 @@ jobs:
# - uses: actions/setup-python@v5
# with:
# python-version: ${{ matrix.pyversions }}

- name: Install pip dependencies
run: |
# - 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
pip install 'build<0.10.0'
# pip install 'build<0.10.0'

- name: Symlink gfortran for macOS
if: runner.os == 'macOS'
Expand All @@ -77,6 +76,8 @@ jobs:
- name: Build wheels
uses: pypa/[email protected]
env:
CIBW_BEFORE_BUILD: pip install numpy, forthon, 'build<0.10.0'


# - name: Build wheels
Expand Down

0 comments on commit fe0af4e

Please sign in to comment.