We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8bcc7b5 commit fc864bfCopy full SHA for fc864bf
.github/workflows/conda-test.yml
@@ -52,7 +52,7 @@ jobs:
52
if: steps.cache.outputs.cache-hit != 'true'
53
54
- name: Install happypose
55
- run: pip install -e .[cpu]
+ run: pip install -e .
56
57
- name: Download pre-trained models required for tests
58
run: |
0 commit comments