mirror of
https://github.com/psycopg/psycopg2.git
synced 2025-07-29 01:19:45 +03:00
make tox use expected python version
This commit is contained in:
parent
4a46aa39a5
commit
71ac1a17d8
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
|
@ -54,5 +54,5 @@ jobs:
|
|||
- name: Install tox
|
||||
run: pip install tox
|
||||
- name: Run tests
|
||||
run: tox -e ${{ matrix.python }}
|
||||
run: tox -e py$(sed -e 's/\.//' <<< ${{ matrix.python }})
|
||||
timeout-minutes: 5
|
||||
|
|
Loading…
Reference in New Issue
Block a user