Skip to content

Commit 5cbf035

Browse files
committed
CI: Just run tox directly for miscellaneous checks
1 parent 4de4db4 commit 5cbf035

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

.github/workflows/misc.yml

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -26,20 +26,11 @@ jobs:
2626

2727
steps:
2828
- uses: actions/checkout@v3
29-
with:
30-
submodules: recursive
31-
fetch-depth: 0
3229
- name: Set up Python ${{ matrix.python-version }}
3330
uses: actions/setup-python@v4
3431
with:
3532
python-version: 3
3633
- name: Display Python version
3734
run: python -c "import sys; print(sys.version)"
38-
- name: Install tox
39-
run: |
40-
python -m pip install --upgrade pip
41-
python -m pip install tox tox-gh-actions
42-
- name: Run tox
43-
run: tox
44-
env:
45-
CHECK: ${{ matrix.check }}
35+
- name: Run check
36+
run: pipx run tox -e ${{ matrix.check }}

0 commit comments

Comments
 (0)