Skip to content

Commit

Permalink
[ci] Added libpq-dev for psycopg2 dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Tigul committed Oct 30, 2024
1 parent f35a511 commit 6c7f60e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/new-pycram-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,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 install -y libpq-dev
pip3 install -r requirements-resolver.txt
- name: Install pytest & pyjpt
Expand Down

0 comments on commit 6c7f60e

Please sign in to comment.