Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
toda5603 authored Oct 23, 2023
1 parent 4f9d86b commit de94115
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ jobs:
run: |
python -m pip install --upgrade pip
python -m pip install tox-gh-actions poetry
- name: Poetry Install Dependencies
run: |
poetry install --no-interaction
- name: Test with tox
run: poetry run tox
- name: Upload coverage to Codecov
Expand Down

0 comments on commit de94115

Please sign in to comment.