We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
psycopg[c]
1 parent aab4288 commit bdf3f13Copy full SHA for bdf3f13
.github/workflows/run-tests.yaml
@@ -91,9 +91,6 @@ jobs:
91
shell: bash -el {0}
92
- name: Run tox @ Linux
93
run: |
94
- devscripts/tox-select-envs $PYVER-mysql &&
95
- devscripts/tox-select-envs $PYVER-postgres &&
96
- devscripts/tox-select-envs $PYVER-sqlite &&
97
- devscripts/tox-select-envs $PYVER-flake8
+ devscripts/tox-select-envs $PYVER-postgres-psycopg_c &&
98
if: ${{ runner.os == 'Linux' }}
99
0 commit comments