Skip to content

Commit c72c639

Browse files
authored
Update main.yml
1 parent 9582da5 commit c72c639

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- uses: ros-tooling/[email protected]
2727
- name: Install Python Dependencies
2828
run: |
29-
pip install -r requirements.txt
29+
pip install --break-system-packages -r requirements.txt
3030
- name: Install C++ Dependencies
3131
run: |
3232
sudo add-apt-repository ppa:borglab/gtsam-release-4.1 -y

0 commit comments

Comments
 (0)