From 1e56822e291ea85d4bcf3abdca9d5212de079f39 Mon Sep 17 00:00:00 2001 From: Mark Bonicillo Date: Mon, 1 Apr 2024 13:56:07 -0700 Subject: [PATCH] Don't use tox-gh-actions --- .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 503168ca..475ef366 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -61,11 +61,11 @@ 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' 'tox-gh-actions' + 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 tox -# poetry run make test-ci-github + poetry run make test-ci-github +# poetry run tox