Skip to content

Commit 691b844

Browse files
committed
Fix tox version for CI
Fixes open-telemetry#3079
1 parent edf4d6c commit 691b844

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test.yml

+1
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ jobs:
4646
python-version: ${{ env[matrix.python-version] }}
4747
architecture: 'x64'
4848
- name: Install tox
49+
run: pip install tox==3.27.1
4950
run: pip install -U tox-factor
5051
- name: Cache tox environment
5152
# Preserves .tox directory between runs for faster installs

0 commit comments

Comments
 (0)