Skip to content

Commit 36f5eed

Browse files
committed
update pinned version to fix py3.4 compatibility
update pinned version to fix py3.4 compatibility
1 parent 5014e22 commit 36f5eed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/UnitTesting.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
python-version: ${{ env[matrix.python-version] }}
3737

3838
- name: Install tox
39-
run: pip install tox==3.27.1 -U tox-factor
39+
run: pip install tox <= 3.27.1 -U tox-factor
4040

4141
- name: Cache tox environment
4242
# Preserves .tox directory between runs for faster installs

0 commit comments

Comments
 (0)