Skip to content

Commit ec11ddf

Browse files
author
Rami Chowdhury
committed
Specify GHA correctly
1 parent 132bb74 commit ec11ddf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
- uses: actions/checkout@master
1010
- uses: actions/setup-python@v4
1111
with:
12-
python-version: 3.10
12+
python-version: "3.11"
1313
- uses: pre-commit/action@v2
1414
tests:
1515
name: pytest
@@ -26,6 +26,6 @@ jobs:
2626
python-version: ${{ matrix.python-version }}
2727
- name: Ensure poetry
2828
uses: abatilo/actions-poetry@v2
29-
- uses: wntrblm/nox
29+
- uses: wntrblm/nox@2023.04.22
3030
- name: Run matrix of tests
3131
run: nox

0 commit comments

Comments
 (0)