Skip to content

Commit

Permalink
fix workflow run
Browse files Browse the repository at this point in the history
  • Loading branch information
mosquito committed Sep 17, 2023
1 parent feba3e7 commit 0cd7e87
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ jobs:

matrix:
python:
- '3.7'
- '3.8'
- '3.9'
- '3.10'
Expand All @@ -55,13 +54,13 @@ jobs:
path: .venv
key: venv-${{ runner.os }}-${{ github.job }}-${{ github.ref }}-${{ matrix.python }}
- run: python -m pip install poetry
- name: pytest
- run: poetry install
- name: poetry run pytest
run: >-
poetry run pytest \
-vv \
--cov=tagz \
--cov-report=term-missing \
--doctest-modules \
tests
env:
FORCE_COLOR: 1
Expand Down

0 comments on commit 0cd7e87

Please sign in to comment.