Skip to content

Commit

Permalink
Hatch
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike committed Jun 27, 2023
1 parent c938210 commit 6963f23
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/run-python-tests.yaml
Expand Up @@ -26,6 +26,8 @@ jobs:
python -m pip install --upgrade pip
pip install --upgrade hatch
- name: Test with hatch/pytest
env:
GSHEET_AUTH: ${{ secrets.GSHEET_AUTH }}
run: |
hatch run test:test
- name: Check styling
Expand Down

0 comments on commit 6963f23

Please sign in to comment.