Skip to content

Commit

Permalink
Downgrades numpy to resolve build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
holm10 committed Jul 10, 2024
1 parent ef0f71b commit 0601540
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test-wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Install pip dependencies
run: |
python -m pip install --upgrade pip
python -m pip install forthon==0.10.3 numpy h5py
python -m pip install forthon numpy==1.26.4 h5py
python -m pip install flake8
python -m pip install pytest-isolate pytest-xdist
- name: Build UEDGE
Expand Down

0 comments on commit 0601540

Please sign in to comment.