Skip to content

Commit

Permalink
CI: Debug ASV timeout (pandas-dev#45886)
Browse files Browse the repository at this point in the history
  • Loading branch information
mroeschke authored Feb 9, 2022
1 parent c51c2a7 commit 413ed0c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dependencies:
- pytz

# benchmarks
- asv
- 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.
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 413ed0c

Please sign in to comment.