Skip to content

Commit

Permalink
ci: fix poetry install
Browse files Browse the repository at this point in the history
  • Loading branch information
farioas committed Mar 19, 2024
1 parent 9da4211 commit 492f83e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,13 @@ jobs:
run: poetry run pytest --black .

run_pytest:
name: Pytest ${{ matrix.os }}
name: "pytest ${{ matrix.os }} | python ${{ matrix.os }}"
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ ubuntu-latest, windows-latest ]
version: ['3.8', '3.9', '3.10', '3.11']
python-version: ['3.8', '3.9', '3.10', '3.11']

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 492f83e

Please sign in to comment.