Skip to content

Commit 91cad29

Browse files
committed
gh-actions: pin to tox 3 for now
1 parent 4678307 commit 91cad29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tox.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Install dependencies
3737
run: |
3838
python -m pip install --upgrade pip
39-
python -m pip install tox
39+
python -m pip install "tox<4"
4040
sudo apt-get update
4141
sudo apt-get install -y tmux
4242
- name: Test with tox

0 commit comments

Comments
 (0)