We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00d2ccd commit f05736dCopy full SHA for f05736d
.github/workflows/test-graph-jacobian.yml
@@ -21,7 +21,7 @@ jobs:
21
22
- name: Install dependencies
23
run: |
24
- python -m pip install --break-system-packages --no-cache-dir --target /tmp/pydeps pytest
+ 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"
25
env:
26
PIP_CACHE_DIR: /tmp/pip-cache
27
0 commit comments