update dev checker tools
This commit is contained in:
4
.github/workflows/tox.yaml
vendored
4
.github/workflows/tox.yaml
vendored
@@ -1,6 +1,6 @@
|
||||
name: Tox PR CI
|
||||
|
||||
on: [pull_request]
|
||||
on: [pull_request, workflow_dispatch]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
@@ -14,8 +14,8 @@ jobs:
|
||||
platform:
|
||||
- ubuntu-latest
|
||||
python-version:
|
||||
- 3.7
|
||||
- 3.8
|
||||
- 3.9
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Set up Python ${{ matrix.python-version }}
|
||||
|
Reference in New Issue
Block a user