Skip to content

Commit

Permalink
Specify GHA correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
Rami Chowdhury committed Sep 4, 2023
1 parent 132bb74 commit ec11ddf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- uses: actions/checkout@master
- uses: actions/setup-python@v4
with:
python-version: 3.10
python-version: "3.11"
- uses: pre-commit/action@v2
tests:
name: pytest
Expand All @@ -26,6 +26,6 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Ensure poetry
uses: abatilo/actions-poetry@v2
- uses: wntrblm/nox
- uses: wntrblm/nox@2023.04.22
- name: Run matrix of tests
run: nox

0 comments on commit ec11ddf

Please sign in to comment.