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 e98d44e commit 6763b94Copy full SHA for 6763b94
.github/workflows/main.yml
@@ -29,7 +29,5 @@ jobs:
29
run: |
30
python -m pip install --upgrade pip
31
pip install tox codecov
32
- - name: Run base tests
33
- run: tox -e base
34
- - name: Run all test
+ - name: Run tests
35
run: tox -e ${{ matrix.tox || 'py' }}
0 commit comments