Skip to content
This repository was archived by the owner on May 3, 2023. It is now read-only.

Commit af2cc17

Browse files
Merge branch 'master' into test-1.4.x
2 parents 1065bcb + b1da760 commit af2cc17

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.gitmodules

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[submodule "pandas"]
22
path = pandas
3-
url = git://github.com/pandas-dev/pandas.git
3+
url = https://github.com/pandas-dev/pandas.git
44
[submodule "multibuild"]
55
path = multibuild
66
url = https://github.com/multi-build/multibuild.git

config.sh

+2
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ function run_tests {
2828
echo $PATH
2929
echo ${MB_PYTHON_VERSION}
3030
which -a python
31+
# Pin setuptools < 60
32+
pip install "setuptools<60"
3133
pip list
3234
python -c 'import pandas; pandas.show_versions()'
3335
# Skip test_float_precision_options: https://github.com/pandas-dev/pandas/issues/36429

0 commit comments

Comments
 (0)