We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 94d41e3 + 5eba6aa commit 3cd2a53Copy full SHA for 3cd2a53
.github/workflows/ros2-ci.yaml
@@ -61,18 +61,6 @@ jobs:
61
- uses: actions/checkout@v4
62
with:
63
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
72
- python3 -m venv ~/venv
73
- . ~/venv/bin/activate
74
- pip install --upgrade pip
75
- pip install "numpy<2" "pybind11>=2.12"
76
# This step will fetch/store the directory used by ccache before/after the ci run
77
- uses: actions/cache@v4
78
0 commit comments