Skip to content

Commit

Permalink
adding typing_extensions py package to yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
remibettan committed Dec 15, 2024
1 parent fc08e26 commit 0b3f8b4
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 0b3f8b4

Please sign in to comment.