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 ee48263 commit 11bca03Copy full SHA for 11bca03
.github/workflows/build.yml
@@ -29,7 +29,7 @@ jobs:
29
- name: "Install dependencies"
30
run: |
31
python -m pip install --upgrade pip
32
- python -m pip install black coverage coveralls flake8 flit mccabe mypy numpy pylint pytest tox tox-gh-actions
+ python -m pip install black coverage coveralls flake8 flit mccabe mypy pylint pytest tox tox-gh-actions
33
34
- name: "Run tox targets for ${{ matrix.python-version }}"
35
0 commit comments