Skip to content

Commit 64e3564

Browse files
author
MarcoGorelli
committed
try removing setuptools install?
1 parent ee605db commit 64e3564

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-dev.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
- name: Install dependencies
7373
run: |
7474
python --version
75-
python -m pip install --upgrade pip setuptools wheel
75+
python -m pip install --upgrade pip
7676
python -m pip install -i https://pypi.anaconda.org/scipy-wheels-nightly/simple numpy
7777
python -m pip install git+https://github.com/nedbat/coveragepy.git
7878
python -m pip install versioneer[toml]

0 commit comments

Comments
 (0)