Skip to content

Commit fc864bf

Browse files
committed
conda: no cpu
1 parent 8bcc7b5 commit fc864bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/conda-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
if: steps.cache.outputs.cache-hit != 'true'
5353

5454
- name: Install happypose
55-
run: pip install -e .[cpu]
55+
run: pip install -e .
5656

5757
- name: Download pre-trained models required for tests
5858
run: |

0 commit comments

Comments
 (0)