Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 1 addition & 30 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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