From 1089eef3cd840f8d7d79f779c4b8f5e6fbfddb71 Mon Sep 17 00:00:00 2001 From: Mark Bonicillo Date: Mon, 1 Apr 2024 13:16:42 -0700 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 32918e97..f595841f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: run-tests: strategy: matrix: - os: [ubuntu-latest, macos-latest, windows-latest] + os: [ubuntu-latest, macos-latest] python: ['3.8', '3.9', '3.10', '3.11'] runs-on: ${{ matrix.os }} @@ -61,10 +61,10 @@ jobs: # install tox #---------------------------------------------- - name: Install tox, pytest-github - run: poetry run pip install 'tox>=4.4.11' 'pytest-github-actions-annotate-failures>=0.1.7' + run: poetry run pip install 'tox>=4.4.11' 'pytest-github-actions-annotate-failures>=0.1.7' 'tox-gh-actions' #---------------------------------------------- # Run tests, linters defined in Tox #---------------------------------------------- - name: Run tests, linters run: | - poetry run make test-ci-github + poetry run tox