Skip to content

Commit 239a181

Browse files
Revert removal of [test] in cases where it is still needed.
1 parent fcb0586 commit 239a181

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
pip install -r $REQUIREMENTS
5353
fi
5454
55-
python -m pip install -e .
55+
python -m pip install -e .[test]
5656
5757
- name: Set up Cloud SDK
5858
uses: google-github-actions/setup-gcloud@v0
@@ -120,7 +120,7 @@ jobs:
120120
run: |
121121
python -m pip install --upgrade pip
122122
123-
python -m pip install -e .
123+
python -m pip install -e .[test]
124124
- name: Run tests
125125
run: |
126126
# TODO: better way to disable all cloud backend tests?

0 commit comments

Comments
 (0)