diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1d61d0d..c14d260 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: @@ -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