Skip to content

Commit

Permalink
conda: no cpu
Browse files Browse the repository at this point in the history
  • Loading branch information
nim65s committed Nov 25, 2024
1 parent 8bcc7b5 commit fc864bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/conda-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
if: steps.cache.outputs.cache-hit != 'true'

- name: Install happypose
run: pip install -e .[cpu]
run: pip install -e .

- name: Download pre-trained models required for tests
run: |
Expand Down

0 comments on commit fc864bf

Please sign in to comment.