Skip to content

Commit

Permalink
[ci] Updated package sources for notebook ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Tigul authored Dec 5, 2024
1 parent cc92d3b commit ccc39fa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/notebook-test-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ jobs:
pip3 install --upgrade pip --root-user-action=ignore
cd /opt/ros/overlay_ws/src/pycram
pip3 install -r requirements.txt
sudo apt-get update
sudo apt-get install -y libpq-dev
pip3 install -r requirements-resolver.txt
Expand Down Expand Up @@ -80,4 +81,4 @@ jobs:
run: |
source /opt/ros/overlay_ws/devel/setup.bash
roscd pycram/examples/tmp
treon --thread 1 -v --exclude=migrate_neems.ipynb --exclude=improving_actions.ipynb
treon --thread 1 -v --exclude=migrate_neems.ipynb --exclude=improving_actions.ipynb

0 comments on commit ccc39fa

Please sign in to comment.