Skip to content

Commit 91f48b1

Browse files
committed
Update .github/workflows/unit-test.yaml to install google extras too
Ideally the `pip install` command shouldn't be required as it's installed already within the `integration-test-pytorch:gpu` image, but if adding it, to ensure consistency we should also include the recently included `google` extra that comes with `google-cloud-storage`; otherwise the tests within #76 will fail
1 parent 01317af commit 91f48b1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/unit-test.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,4 @@ jobs:
4444
-v ./tests:${{ env.CACHE_TEST_DIR }} \
4545
--entrypoint /bin/bash \
4646
integration-test-pytorch:gpu \
47-
-c "pip install '.[test, st, diffusers]' && pytest ${{ env.CACHE_TEST_DIR }}/unit"
48-
47+
-c "pip install '.[test,st,diffusers,google]' && pytest ${{ env.CACHE_TEST_DIR }}/unit"

0 commit comments

Comments
 (0)