Skip to content

Commit 4d9a1b0

Browse files
authored
Fix tox version in CI (#374)
1 parent 65c7e19 commit 4d9a1b0

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 -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)