mirror of
https://github.com/psycopg/psycopg2.git
synced 2024-11-22 17:06:33 +03:00
ci: pin tox to v3
Not interested in fixing incompatibility changes.
This commit is contained in:
parent
feeb989323
commit
52df8371f3
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
|
@ -65,7 +65,7 @@ jobs:
|
||||||
sudo apt-get -qq -y install "libpq-dev=${pqver}" "libpq5=${pqver}"
|
sudo apt-get -qq -y install "libpq-dev=${pqver}" "libpq5=${pqver}"
|
||||||
|
|
||||||
- name: Install tox
|
- name: Install tox
|
||||||
run: pip install tox
|
run: pip install "tox < 4"
|
||||||
- uses: actions/setup-python@v4
|
- uses: actions/setup-python@v4
|
||||||
with:
|
with:
|
||||||
python-version: ${{ matrix.python }}
|
python-version: ${{ matrix.python }}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user