Skip to content

Commit

Permalink
ci: fix poetry extras
Browse files Browse the repository at this point in the history
  • Loading branch information
nim65s committed Nov 28, 2023
1 parent 8d4d50f commit a0fef84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/poetry-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
cache: poetry

- name: Install happypose
run: poetry install --with dev -E render -E cpu -E evaluation
run: poetry install --with dev -E cpu

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

0 comments on commit a0fef84

Please sign in to comment.