Skip to content

Commit

Permalink
Tries to fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
holm10 committed Mar 10, 2024
1 parent 0231206 commit 2d9a2a4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,10 @@ jobs:

- name: Install pip dependencies
run: |
python -m pip install --user --upgrade pip
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'
# python -m pip install cibuildwheel==2.16.5

Expand Down

0 comments on commit 2d9a2a4

Please sign in to comment.