Skip to content

Commit

Permalink
Add additional installation of numpy
Browse files Browse the repository at this point in the history
  • Loading branch information
noscode committed Jun 17, 2023
1 parent 81090d7 commit bc5218d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
- name: Install momi engine (Linux).
if: runner.os == 'Linux'
run: |
python3 -m pip install wheel=0.38.4
python3 -m pip install wheel==0.38.4
python3 -m pip install momi
- name: Check installations of packages.
Expand Down

0 comments on commit bc5218d

Please sign in to comment.