We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 924294f commit 5ea981fCopy full SHA for 5ea981f
1 file changed
.github/workflows/check.yml
@@ -25,7 +25,7 @@ jobs:
25
python-version: "${{ matrix.python-version }}"
26
- name: Install dependencies
27
run: |
28
- python -m pip install --upgrade pip tox
29
- tox
+ python -m pip install --upgrade pip
+ python -m pip install tox tox-gh-actions
30
- name: "Run tox for ${{ matrix.python-version }}"
31
- run: make check
+ run: tox
0 commit comments