Skip to content

Commit

Permalink
Correct issue that prevented Python 3.11 tests from running
Browse files Browse the repository at this point in the history
  • Loading branch information
parafoxia committed Nov 4, 2021
1 parent 3254c28 commit 53afd37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11-dev"]

name: Tests
name: Test
runs-on: ${{ matrix.os }}

steps:
Expand All @@ -67,7 +67,7 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: Install dependencies
run: python -m pip install nox
run: python -m pip install git+https://github.com/pytest-dev/py nox . --use-feature=in-tree-build

- name: Run tests
run: python -m nox -s tests

0 comments on commit 53afd37

Please sign in to comment.