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

Switch to supported url format #177

Merged
merged 5 commits into from
Mar 23, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[submodule "pandas"]
path = pandas
url = git://github.com/pandas-dev/pandas.git
url = https://github.com/pandas-dev/pandas.git
[submodule "multibuild"]
path = multibuild
url = https://github.com/multi-build/multibuild.git
2 changes: 2 additions & 0 deletions config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ function run_tests {
echo $PATH
echo ${MB_PYTHON_VERSION}
which -a python
# Pin setuptools < 60
pip install "setuptools<60"
pip list
python -c 'import pandas; pandas.show_versions()'
# Skip test_float_precision_options: https://github.com/pandas-dev/pandas/issues/36429
Expand Down