We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3e52dd commit 749c1d4Copy full SHA for 749c1d4
1 file changed
.github/workflows/run_test.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: Install dependencies
21
run: |
22
python -m pip install --upgrade pip
23
- pip install numpy backports.lzma
+ pip install numpy backports.lzma setuptools
24
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
25
- name: Build sdist
26
0 commit comments