Skip to content

Commit

Permalink
PR #3278 from remibettan: Fixing gha rolling tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Nir-Az authored Dec 15, 2024
2 parents fc08e26 + 0b3f8b4 commit 24b78bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ jobs:
# numpy-quaternion needs numpy<2.0.0. Chose 1.26.4 as it is the lowest working version for ubuntu 24.04.
pip3 install --force-reinstall numpy==1.26.4
pip3 install numpy-quaternion tqdm pyyaml
pip3 install typing_extensions
- name: Run Tests
run: |
Expand Down

0 comments on commit 24b78bc

Please sign in to comment.