Skip to content

Commit

Permalink
Revert removal of [test] in cases where it is still needed.
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanjmcdougall committed Jul 22, 2024
1 parent 67d45bc commit 4e98380
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
pip install -r $REQUIREMENTS
fi
python -m pip install -e .
python -m pip install -e .[test]
- name: Set up Cloud SDK
uses: google-github-actions/setup-gcloud@v0
Expand Down Expand Up @@ -120,7 +120,7 @@ jobs:
run: |
python -m pip install --upgrade pip
python -m pip install -e .
python -m pip install -e .[test]
- name: Run tests
run: |
# TODO: better way to disable all cloud backend tests?
Expand Down

0 comments on commit 4e98380

Please sign in to comment.