Skip to content

Commit

Permalink
hopefully fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
manx52 committed Aug 28, 2024
1 parent c33b981 commit a2ab624
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/auto_documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ jobs:
cd $HOME/catkin_ws/src/soccerbot
source /opt/ros/noetic/setup.bash
pip install pyOpenSSL==23.0.0
pip install --upgrade pip
pip install --trusted-host=pypi.org --trusted-host=files.pythonhosted.org --trusted-host=pytorch.org --trusted-host=download.pytorch.org --trusted-host=files.pypi.org --trusted-host=files.pytorch.org \
-r requirements.txt --find-links https://download.pytorch.org/whl/torch/ --find-links https://download.pytorch.org/whl/torchvision/
- name: Build Soccerbot
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test_pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ jobs:
cd $HOME/catkin_ws/src/soccerbot
source /opt/ros/noetic/setup.bash
pip install pyOpenSSL==23.0.0
pip install --upgrade pip
pip install --trusted-host=pypi.org --trusted-host=files.pythonhosted.org --trusted-host=pytorch.org --trusted-host=download.pytorch.org --trusted-host=files.pypi.org --trusted-host=files.pytorch.org \
-r requirements.txt --find-links https://download.pytorch.org/whl/torch/ --find-links https://download.pytorch.org/whl/torchvision/
- name: Build Soccerbot
Expand Down

0 comments on commit a2ab624

Please sign in to comment.