Skip to content

Commit

Permalink
Fix fail with poetry install
Browse files Browse the repository at this point in the history
  • Loading branch information
f0reachARR committed Mar 19, 2024
1 parent 579cee8 commit ead99ab
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/CheckMessageDepsUpdate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,13 @@ jobs:
check_message_updates:
name: Check message updates
runs-on: ubuntu-22.04
container: ros:humble
steps:
- name: checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
path: scenario_simulator_v2

- name: Install dependencies
run: |
vcs import scenario_simulator_v2/external < scenario_simulator_v2/dependency_humble.repos
- name: Set up Python
uses: actions/setup-python@v4
with:
Expand All @@ -29,6 +24,11 @@ jobs:
with:
poetry-version: "1.5.1"

- name: Install dependencies
run: |
pip3 install -U vcstool
vcs import scenario_simulator_v2/external < scenario_simulator_v2/dependency_humble.repos
- name: Install Python dependencies
run: |
cd scenario_simulator_v2
Expand Down

0 comments on commit ead99ab

Please sign in to comment.