Skip to content

Commit f687bf4

Browse files
authored
Merge branch 'master' into dependabot/pip/sample-apps/flask/certifi-2022.12.7
2 parents d35799a + 4d9a1b0 commit f687bf4

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)