Skip to content

Commit 11bca03

Browse files
[github] Remove numpy from installation step
1 parent ee48263 commit 11bca03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: "Install dependencies"
3030
run: |
3131
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
32+
python -m pip install black coverage coveralls flake8 flit mccabe mypy pylint pytest tox tox-gh-actions
3333
3434
- name: "Run tox targets for ${{ matrix.python-version }}"
3535
run: |

0 commit comments

Comments
 (0)