ci: pin tox to v3

Not interested in fixing incompatibility changes.
This commit is contained in:
Daniele Varrazzo 2023-02-25 16:05:14 +01:00
parent feeb989323
commit 52df8371f3

View File

@ -65,7 +65,7 @@ jobs:
sudo apt-get -qq -y install "libpq-dev=${pqver}" "libpq5=${pqver}"
- name: Install tox
run: pip install tox
run: pip install "tox < 4"
- uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python }}