Skip to content

Commit

Permalink
[ci] Update dependency install
Browse files Browse the repository at this point in the history
  • Loading branch information
Tigul committed Oct 18, 2024
1 parent 460e0fb commit 994a91c
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions .github/workflows/notebook-test-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,18 +28,14 @@ jobs:
- name: Checkout 🛎
uses: actions/checkout@v3


- name: Install setuptools dependencies 🍼
uses: py-actions/py-dependency-install@v4
with:
path: "requirements-setuptools.txt"

# ----------------------------------------------------------------------------------------------------------------

- name: Install dependencies 📚
uses: py-actions/py-dependency-install@v4
with:
path: "requirements.txt"
- name: Install python dependencies
run: |
pip3 install --upgrade pip --root-user-action=ignore
cd /opt/ros/overlay_ws/src/pycram
pip3 install -r requirements.txt
pip3 install -r requirements-resolver.txt
# ----------------------------------------------------------------------------------------------------------------
- name: Convert Notebooks
Expand Down

0 comments on commit 994a91c

Please sign in to comment.