Skip to content

Commit

Permalink
versions
Browse files Browse the repository at this point in the history
  • Loading branch information
kumiori committed Oct 7, 2024
1 parent 0fe6b60 commit c6eca14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
run: |
echo "Installing Python dependencies and irrevolutions"
python3 -m pip install --upgrade pip
python3 -m pip install --upgrade --force-reinstall numpy
python3 -m pip install numpy==1.21.6 --force-reinstall # Downgrade NumPy to a compatible version
python3 -m pip install . # Install irrevolutions package
- name: Check versions of installed packages
run: |
Expand Down

0 comments on commit c6eca14

Please sign in to comment.