From 694ca0ed68fad8fcc757ccab8fac9d08f91b7832 Mon Sep 17 00:00:00 2001 From: Yann Kaiser Date: Sat, 24 Dec 2022 20:52:05 +0100 Subject: [PATCH] try tox 4.0.16 fixes --- .github/workflows/ci.yml | 31 +------------------------------ 1 file changed, 1 insertion(+), 30 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6aa4791..017b31d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,35 +17,6 @@ on: jobs: python-ci: - uses: epsy/python-workflows/.github/workflows/python-ci.yaml@main + uses: epsy/python-workflows/.github/workflows/python-ci.yaml@ykaiser/try-tox-4.0.16 with: package-folder: clize - python-windows-ci: - name: "Run tests (Windows)" - runs-on: 'windows-latest' - continue-on-error: true - steps: - - uses: epsy/python-workflows/install-tox@main - with: - python-version: "3.10" - - name: Test with tox - uses: epsy/python-workflows/tox-ci@main - with: - tox-args: "" - python-test-args: "-m unittest" - - name: Verify that tox 'test' env ran - run: cat ./tox-proof-test - shell: bash - mypy: - name: "Run mypy on typed example" - runs-on: 'ubuntu-latest' - steps: - - uses: epsy/python-workflows/install-tox@main - with: - python-version: "3.10" - - name: Run mypy with tox - uses: epsy/python-workflows/tox-ci@main - with: - tox-args: -e typecheck - python-test-args: examples/typed_cli.py - problem-matcher: mypy