We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d19a64 commit c4b0f96Copy full SHA for c4b0f96
.github/workflows/test-m1.yml
@@ -46,5 +46,12 @@ jobs:
46
run: |
47
. ~/miniconda3/etc/profile.d/conda.sh
48
set -ex
49
+
50
+ # Run resize benchmark
51
+ echo "--- Run resize benchmark ---"
52
+ wget https://gist.githubusercontent.com/vfdev-5/a2e30ed50b5996807c9b09d5d33d8bc2/raw/f6691d472e1729e39448d6753bd350a8433d0f08/check_resize_uint8.py
53
+ conda run -p ${ENV_NAME} python3 -u check_resize_uint8.py
54
+ echo "--- END Run resize benchmark ---"
55
56
conda run -p ${ENV_NAME} --no-capture-output python3 -u -mpytest -v --tb=long --durations 20
57
conda env remove -p ${ENV_NAME}
0 commit comments