Skip to content

Commit 492f83e

Browse files
committed
ci: fix poetry install
1 parent 9da4211 commit 492f83e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,13 @@ jobs:
4444
run: poetry run pytest --black .
4545

4646
run_pytest:
47-
name: Pytest ${{ matrix.os }}
47+
name: "pytest ${{ matrix.os }} | python ${{ matrix.os }}"
4848
runs-on: ${{ matrix.os }}
4949
strategy:
5050
fail-fast: false
5151
matrix:
5252
os: [ ubuntu-latest, windows-latest ]
53-
version: ['3.8', '3.9', '3.10', '3.11']
53+
python-version: ['3.8', '3.9', '3.10', '3.11']
5454

5555
steps:
5656
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)