From f629725451c2f9b3f099d489f16435358848ecd1 Mon Sep 17 00:00:00 2001 From: Will Ayd Date: Wed, 23 Oct 2019 08:43:13 -0700 Subject: [PATCH 1/3] Try pep517 for 38 build --- ci/build38.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/build38.sh b/ci/build38.sh index 903016536d240..b10e47aea5db9 100644 --- a/ci/build38.sh +++ b/ci/build38.sh @@ -9,7 +9,7 @@ pip install python-dateutil pytz cython pytest pytest-xdist hypothesis pip install --pre -f https://7933911d6844c6c53a7d-47bd50c35cd79bd838daf386af554a83.ssl.cf2.rackcdn.com/ numpy python setup.py build_ext -inplace -python -m pip install --no-build-isolation -e . +python -m pip install --use-pep517 --no-build-isolation -e . python -c "import sys; print(sys.version_info)" python -c "import pandas as pd" From 92380a05bc7da7064aced75da98fd96449a3a962 Mon Sep 17 00:00:00 2001 From: Will Ayd Date: Wed, 23 Oct 2019 08:45:31 -0700 Subject: [PATCH 2/3] no-use --- ci/build38.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/build38.sh b/ci/build38.sh index b10e47aea5db9..6d2281b115337 100644 --- a/ci/build38.sh +++ b/ci/build38.sh @@ -9,7 +9,7 @@ pip install python-dateutil pytz cython pytest pytest-xdist hypothesis pip install --pre -f https://7933911d6844c6c53a7d-47bd50c35cd79bd838daf386af554a83.ssl.cf2.rackcdn.com/ numpy python setup.py build_ext -inplace -python -m pip install --use-pep517 --no-build-isolation -e . +python -m pip install --no-use-pep517 --no-build-isolation -e . python -c "import sys; print(sys.version_info)" python -c "import pandas as pd" From 829f4fae41cf209e2a05c6dcd8f6e3300b9fffd7 Mon Sep 17 00:00:00 2001 From: Will Ayd Date: Wed, 23 Oct 2019 08:59:47 -0700 Subject: [PATCH 3/3] try verbose --- ci/build38.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/build38.sh b/ci/build38.sh index 6d2281b115337..66eb5cad38475 100644 --- a/ci/build38.sh +++ b/ci/build38.sh @@ -9,7 +9,7 @@ pip install python-dateutil pytz cython pytest pytest-xdist hypothesis pip install --pre -f https://7933911d6844c6c53a7d-47bd50c35cd79bd838daf386af554a83.ssl.cf2.rackcdn.com/ numpy python setup.py build_ext -inplace -python -m pip install --no-use-pep517 --no-build-isolation -e . +python -m pip install -v --no-build-isolation -e . python -c "import sys; print(sys.version_info)" python -c "import pandas as pd"