Skip to content

Commit f05736d

Browse files
committed
[ci] update dependency installation in GitHub Actions workflow to include pypose package
1 parent 00d2ccd commit f05736d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
- name: Install dependencies
2323
run: |
24-
python -m pip install --break-system-packages --no-cache-dir --target /tmp/pydeps pytest
24+
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"
2525
env:
2626
PIP_CACHE_DIR: /tmp/pip-cache
2727

0 commit comments

Comments
 (0)