Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SamerKhshiboun committed Jun 16, 2024
1 parent d30980f commit f9ceb01
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,8 @@ jobs:
# Activate the virtual env such that following python related commands run within it.
source .venv/bin/activate
sudo apt-get install python3-pip
pip3 install numpy --upgrade
# numpy-quaternion needs numpy<2.0.0. Chose 1.24.1 as it is the highest version that support foxy also.
pip3 install --force-reinstall numpy==1.24.1
pip3 install numpy-quaternion tqdm pyyaml
Expand Down

0 comments on commit f9ceb01

Please sign in to comment.