Skip to content

Commit 413ed0c

Browse files
authored
CI: Debug ASV timeout (pandas-dev#45886)
1 parent c51c2a7 commit 413ed0c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

environment.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ dependencies:
99
- pytz
1010

1111
# benchmarks
12-
- asv
12+
- asv < 0.5.0 # 2022-02-08: v0.5.0 > leads to ASV checks running > 3 hours on CI
1313

1414
# building
1515
# The compiler packages are meta-packages and install the correct compiler (activation) packages on the respective platforms.

requirements-dev.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
numpy>=1.18.5
55
python-dateutil>=2.8.1
66
pytz
7-
asv
7+
asv < 0.5.0
88
cython>=0.29.24
99
black==21.5b2
1010
cpplint

0 commit comments

Comments
 (0)