Skip to content

Commit

Permalink
use container
Browse files Browse the repository at this point in the history
  • Loading branch information
QuanyiLi committed Oct 19, 2023
1 parent 88eecb6 commit 684e8d5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,8 @@ jobs:
test_ros:
runs-on: ubuntu-22.04
container:
image: ubuntu:jammy
steps:
- name: Set up ROS2 humble
uses: ros-tooling/[email protected]
Expand All @@ -158,9 +160,14 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: 3.8
- name: checkout code
uses: actions/checkout@v2
- name: Blackbox tests
run: |
pip install pyzmq
ls -al
pip install -e .
python -m metadrive.pull_asset
sudo rosdep init
sudo rosdep update
cd bridges/ros_bridge
Expand Down

0 comments on commit 684e8d5

Please sign in to comment.