We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48d5c77 commit 94ca752Copy full SHA for 94ca752
1 file changed
.github/workflows/main.yml
@@ -21,6 +21,6 @@ jobs:
21
python-version: ${{ matrix.python-version }}
22
- name: Install dependencies
23
run: |
24
- python -m pip install --upgrade pip
+ python -m pip install --upgrade pip tox
25
- name: Test with tox
26
run: tox
0 commit comments