From 5b617df6bbeb39ef1849b1d26a899805451c6d48 Mon Sep 17 00:00:00 2001 From: Matthew Roeschke Date: Tue, 8 Feb 2022 16:21:54 -0800 Subject: [PATCH 1/2] WIP/CI: Debug ASV timeout --- environment.yml | 2 +- requirements-dev.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/environment.yml b/environment.yml index 66df6a4ac05e6..eee749e8e2e90 100644 --- a/environment.yml +++ b/environment.yml @@ -9,7 +9,7 @@ dependencies: - pytz # benchmarks - - asv + - asv < 0.5.0 # building # The compiler packages are meta-packages and install the correct compiler (activation) packages on the respective platforms. diff --git a/requirements-dev.txt b/requirements-dev.txt index 729f44b4696ab..b3832dd7f2b6a 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -4,7 +4,7 @@ numpy>=1.18.5 python-dateutil>=2.8.1 pytz -asv +asv < 0.5.0 cython>=0.29.24 black==21.5b2 cpplint From 544983a5a8c97ff3b7260d0fecc6ae3b24ed3110 Mon Sep 17 00:00:00 2001 From: Matthew Roeschke Date: Tue, 8 Feb 2022 18:40:18 -0800 Subject: [PATCH 2/2] Add note --- environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/environment.yml b/environment.yml index eee749e8e2e90..c6395cf7e3728 100644 --- a/environment.yml +++ b/environment.yml @@ -9,7 +9,7 @@ dependencies: - pytz # benchmarks - - asv < 0.5.0 + - asv < 0.5.0 # 2022-02-08: v0.5.0 > leads to ASV checks running > 3 hours on CI # building # The compiler packages are meta-packages and install the correct compiler (activation) packages on the respective platforms.