Skip to content

Commit 32ed1da

Browse files
committed
Try without win+py3.6 fix
1 parent 03dccd9 commit 32ed1da

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)