Skip to content
This repository was archived by the owner on Jun 1, 2023. It is now read-only.

Commit 8c979e8

Browse files
committed
Removed Django reference
1 parent db44510 commit 8c979e8

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/python-app.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ jobs:
4242
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
4343
flake8 ./src/cms --count --exit-zero --statistics
4444
45-
- name: Test with Django tests
46-
working-directory: ./example
45+
- name: Unit tests
4746
run: |
4847
py.test tests/

0 commit comments

Comments
 (0)