We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d87d337 commit 0fa4163Copy full SHA for 0fa4163
1 file changed
.github/workflows/python-unit-tests.yaml
@@ -28,6 +28,6 @@ jobs:
28
- name: Install tox
29
run: pip install -U tox-factor
30
- name: run tox
31
- run: tox -e '${{ matrix.python-version }}-{django21,psycopg2,flask}'
+ run: tox -e '${{ matrix.python-version }}-{flask,django21,psycopg2}'
32
working-directory: ./python/sqlcommenter-python
33
0 commit comments