We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0b6328 commit d77dd43Copy full SHA for d77dd43
.github/workflows/test.yml
@@ -56,6 +56,7 @@ jobs:
56
run: |
57
python -m pip install -U pip
58
python -m pip install -U setuptools
59
+ python -m pip install -U six # needed by setuptools
60
python -m pip install -U wheel
61
python -m pip install -U pytest
62
python -m pip install "numpy==${{ matrix.numpy-version }}"
@@ -110,6 +111,7 @@ jobs:
110
111
112
113
114
115
116
117
python -m pip install -U mypy
0 commit comments