Skip to content

Commit 3cd2a53

Browse files
authored
Merge pull request #1364 from cmastalli/topic/ros-ci
Fixing ROS CI in devel branch
2 parents 94d41e3 + 5eba6aa commit 3cd2a53

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.github/workflows/ros2-ci.yaml

-12
Original file line numberDiff line numberDiff line change
@@ -61,18 +61,6 @@ jobs:
6161
- uses: actions/checkout@v4
6262
with:
6363
submodules: recursive
64-
# Install python3-venv to ensure virtual environment can be created
65-
- name: Install python3-venv
66-
run: |
67-
sudo apt update
68-
sudo apt install -y python3-venv
69-
# Create virtual environment and install dependencies
70-
- name: Setup Python environment
71-
run: |
72-
python3 -m venv ~/venv
73-
. ~/venv/bin/activate
74-
pip install --upgrade pip
75-
pip install "numpy<2" "pybind11>=2.12"
7664
# This step will fetch/store the directory used by ccache before/after the ci run
7765
- uses: actions/cache@v4
7866
with:

0 commit comments

Comments
 (0)