We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4de4db4 commit 5cbf035Copy full SHA for 5cbf035
.github/workflows/misc.yml
@@ -26,20 +26,11 @@ jobs:
26
27
steps:
28
- uses: actions/checkout@v3
29
- with:
30
- submodules: recursive
31
- fetch-depth: 0
32
- name: Set up Python ${{ matrix.python-version }}
33
uses: actions/setup-python@v4
34
with:
35
python-version: 3
36
- name: Display Python version
37
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 }}
+ - name: Run check
+ run: pipx run tox -e ${{ matrix.check }}
0 commit comments