Skip to content

Commit

Permalink
update container image
Browse files Browse the repository at this point in the history
Signed-off-by: ymski <[email protected]>
  • Loading branch information
ymski committed Mar 8, 2024
1 parent c84d4dd commit d20b409
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
jobs:
pytest:
runs-on: ubuntu-latest
container: ghcr.io/autowarefoundation/autoware-universe:latest
container: ghcr.io/autowarefoundation/autoware-openadk:latest

Check warning on line 9 in .github/workflows/pytest.yaml

View workflow job for this annotation

GitHub Actions / spell-check-differential

Unknown word (openadk)
steps:
- name: Check out repository
uses: actions/checkout@v4
Expand All @@ -24,8 +24,7 @@ jobs:
run: |
. /opt/ros/humble/setup.sh
rosdep update
# Skip installation of packages that do not affect pytest
rosdep install -r -y --skip-keys "caret_analyze caret_msgs" --from-paths .
rosdep install -r -y --from-paths .
shell: bash

# - name: Clone dependency packages
Expand Down

0 comments on commit d20b409

Please sign in to comment.