Skip to content

Commit

Permalink
update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Ycmelon committed Feb 17, 2024
1 parent 8ea4ada commit 55d9bf6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ jobs:
max-parallel: 1
matrix:
include:
- python-version: "3.6"
- python-version: "3.7"
- python-version: "3.8"
- python-version: "3.9"
- python-version: "3.6.15"
- python-version: "3.7.17"
- python-version: "3.8.18"
- python-version: "3.9.18"

steps:
- uses: actions/checkout@v2
Expand All @@ -28,7 +28,7 @@ jobs:
run: python -m pip install -U pytest pytest-cov coveralls

- name: Run tests
run: python -m pytest tests.py --cov=gspreaddb
run: python -m pytest tests.py --cov=gspreaddict
env:
SERVICE_ACCOUNT_CREDENTIALS: ${{ secrets.SERVICE_ACCOUNT_CREDENTIALS }}

Expand Down

0 comments on commit 55d9bf6

Please sign in to comment.