File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 9393 if : ${{ matrix.os == 'windows-2019'}}
9494 run : git config --system core.longpaths true
9595 - name : run tox
96- run : tox -f ${{ matrix.python-version }}-${{ matrix.package }} -- -ra --benchmark-json=${{
97- env.RUN_MATRIX_COMBINATION }}-benchmark.json
96+ run : tox -f ${{ matrix.python-version }}-${{ matrix.package }} -- -ra --benchmark-skip
9897 misc :
9998 strategy :
10099 fail-fast : false
@@ -214,4 +213,4 @@ jobs:
214213 key : v3-tox-cache-${{ matrix.python-version }}-${{ matrix.package }}-${{ matrix.os
215214 }}-${{ hashFiles('tox.ini', 'dev-requirements.txt') }}-contrib
216215 - name : run tox
217- run : tox -f ${{ matrix.python-version }}-${{ matrix.package }} -- -ra
216+ run : tox -f ${{ matrix.python-version }}-${{ matrix.package }} -- -ra --benchmark-skip
You can’t perform that action at this time.
0 commit comments