Skip to content

Commit

Permalink
update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
zachspar committed Dec 6, 2023
1 parent f520731 commit ffc4be4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/test_build_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -e .[test]
pip install tox==4.11.4
- name: Test with tox
env:
GOOGLE_CLOUD_PROJECT: ${{ secrets.FIREBASE_TEST_PROJECT_ID }}
GOOGLE_APPLICATION_CREDENTIALS: ${{ steps.credentials.outputs.GOOGLE_APPLICATION_CREDENTIALS }}
run: tox
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ test = [
"httpx==0.25.2",
"pytest==7.4.3",
"pytest-xdist==3.5.0",
"tox==4.11.4",
]

[project.scripts]
Expand Down

0 comments on commit ffc4be4

Please sign in to comment.