File tree 3 files changed +3
-17
lines changed
3 files changed +3
-17
lines changed Original file line number Diff line number Diff line change @@ -140,22 +140,8 @@ jobs:
140
140
- name : Run ASV benchmarks
141
141
run : |
142
142
cd asv_bench
143
- asv check -E existing
144
- git remote add upstream https://github.com/pandas-dev/pandas.git
145
- git fetch upstream
146
143
asv machine --yes
147
- asv dev | sed "/failed$/ s/^/##[error]/" | tee benchmarks.log
148
- if grep "failed" benchmarks.log > /dev/null ; then
149
- exit 1
150
- fi
151
- if : ${{ steps.build.outcome == 'success' }}
152
-
153
- - name : Publish benchmarks artifact
154
- uses : actions/upload-artifact@v3
155
- with :
156
- name : Benchmarks log
157
- path : asv_bench/benchmarks.log
158
- if : failure()
144
+ asv run --quick --dry-run --strict --durations=30 --python=same
159
145
160
146
build_docker_dev_environment :
161
147
name : Build Docker Dev Environment
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ dependencies:
9
9
- pytz
10
10
11
11
# benchmarks
12
- - asv < 0.5.0 # 2022-02-08: v0.5.0 > leads to ASV checks running > 3 hours on CI
12
+ - asv
13
13
14
14
# building
15
15
# The compiler packages are meta-packages and install the correct compiler (activation) packages on the respective platforms.
Original file line number Diff line number Diff line change 4
4
numpy >= 1.18.5
5
5
python-dateutil >= 2.8.1
6
6
pytz
7
- asv < 0.5.0
7
+ asv
8
8
cython >= 0.29.24
9
9
black == 22.3.0
10
10
cpplint
You can’t perform that action at this time.
0 commit comments