File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -50,10 +50,10 @@ jobs:
5050 - name : Install tox and pip
5151 run : pip install -U tox-factor pip
5252 # tox fails on windows and Python3.6 when tox dir is reused between builds so we remove it
53- # - name: fix for windows + py3.6
54- # if: ${{ matrix.os == 'windows-2019' && matrix.python-version == 'py36' }}
55- # shell: pwsh
56- # run: Remove-Item .\.tox\ -Force -Recurse -ErrorAction Ignore
53+ - name : fix for windows + py3.6
54+ if : ${{ matrix.os == 'windows-2019' && matrix.python-version == 'py36' }}
55+ shell : pwsh
56+ run : Remove-Item .\.tox\ -Force -Recurse -ErrorAction Ignore
5757 - name : run tox
5858 run : tox -f ${{ matrix.python-version }}-${{ matrix.package }} -- --benchmark-json=${{ env.RUN_MATRIX_COMBINATION }}-benchmark.json
5959 - name : Find and merge benchmarks
You can’t perform that action at this time.
0 commit comments