Skip to content

Commit

Permalink
cleaned up code
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-gray-tangent committed Apr 29, 2024
1 parent 1e88ed4 commit 3057c8b
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: test_Django
name: Testing Django
on: [ pull_request, push ] # activates the workflow when there is a push or pull request in the repo
jobs:
test_project:
Expand All @@ -10,11 +10,6 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -r requirements-test.txt
# pip install django==5.0.2
# pip install django-extensions
# pip install ruff
# pip install django-environ
# pip install whitenoise
- name: Run linting tools
run: |
cd app/
Expand Down

0 comments on commit 3057c8b

Please sign in to comment.