Skip to content

Commit 0fa4163

Browse files
committed
Check failure case
1 parent d87d337 commit 0fa4163

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/python-unit-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ jobs:
2828
- name: Install tox
2929
run: pip install -U tox-factor
3030
- name: run tox
31-
run: tox -e '${{ matrix.python-version }}-{django21,psycopg2,flask}'
31+
run: tox -e '${{ matrix.python-version }}-{flask,django21,psycopg2}'
3232
working-directory: ./python/sqlcommenter-python
3333

0 commit comments

Comments
 (0)