We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f05736d commit bb3726eCopy full SHA for bb3726e
.github/workflows/test-graph-jacobian.yml
@@ -19,6 +19,11 @@ jobs:
19
- name: Checkout
20
uses: actions/checkout@v4
21
22
+ - name: Install system packages
23
+ run: |
24
+ apt-get update
25
+ apt-get install -y --no-install-recommends git
26
+
27
- name: Install dependencies
28
run: |
29
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