Skip to content

Commit 7ea0cb6

Browse files
committed
Cap setuptools version due to issues in the latest one.
1 parent a1bcc70 commit 7ea0cb6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/conda_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
python -VV
3838
python -m site
3939
python -m pip install --upgrade pip setuptools wheel
40-
python -m pip install --upgrade "whey-conda" "setuptools>=40.6.0" "wheel>=0.34.2"
40+
python -m pip install --upgrade "whey-conda" "setuptools<61,>=40.6.0" "wheel>=0.34.2"
4141
# $CONDA is an environment variable pointing to the root of the miniconda directory
4242
$CONDA/bin/conda config --add channels conda-forge
4343
$CONDA/bin/conda config --add channels domdfcoding

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = [ "setuptools>=40.6.0", "wheel>=0.34.2",]
2+
requires = [ "setuptools<61,>=40.6.0", "wheel>=0.34.2",]
33
build-backend = "setuptools.build_meta"
44

55
[project]

0 commit comments

Comments
 (0)