diff --git a/.github/workflows/poetry-test.yml b/.github/workflows/poetry-test.yml index 2a907d1c..56b4fadc 100644 --- a/.github/workflows/poetry-test.yml +++ b/.github/workflows/poetry-test.yml @@ -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: |