Skip to content

Commit bb3726e

Browse files
committed
[ci] add step to install system packages in GitHub Actions workflow
1 parent f05736d commit bb3726e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/test-graph-jacobian.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@ jobs:
1919
- name: Checkout
2020
uses: actions/checkout@v4
2121

22+
- name: Install system packages
23+
run: |
24+
apt-get update
25+
apt-get install -y --no-install-recommends git
26+
2227
- name: Install dependencies
2328
run: |
2429
python -m pip install --break-system-packages --no-cache-dir --target /tmp/pydeps --no-build-isolation pytest "git+https://github.com/pypose/pypose.git@bae"

0 commit comments

Comments
 (0)