Skip to content

Commit 9e79c2a

Browse files
author
Rami Chowdhury
committed
Try again
1 parent e8dcd99 commit 9e79c2a

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.github/workflows/tests.yaml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- uses: actions/checkout@v3
10-
- uses: actions/setup-python@v3
10+
- uses: actions/setup-python@v4
1111
with:
12-
python-version: "3.11"
12+
python-version: "3.10"
1313
- name: pre-commit
1414
run: |
1515
python -m pip install pre-commit
1616
pre-commit run --show-diff-on-failure --all-files
17-
pytest:
17+
tests:
1818
name: pytest
1919
runs-on: ubuntu-latest
2020
strategy:
@@ -27,8 +27,7 @@ jobs:
2727
- uses: actions/setup-python@v4
2828
with:
2929
python-version: ${{ matrix.python-version }}
30-
- name: Ensure poetry
31-
uses: abatilo/actions-poetry@v2
30+
- uses: abatilo/actions-poetry@v2
3231
- uses: wntrblm/[email protected]
3332
- name: Run matrix of tests
34-
run: nox --no-venv --non-interactive --python ${{ matrix.python-version }}
33+
run: nox --no-venv --non-interactive --python python

0 commit comments

Comments
 (0)