Skip to content

Commit

Permalink
added test requiment file
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-gray-tangent committed Apr 29, 2024
1 parent 7c0052e commit 8730da8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,12 @@ jobs:
- name: Install Dependencies
run: |
python -m pip install --upgrade pip
pip install django==5.0.2
pip install django-extensions
pip install ruff
pip install django-environ
pip install whitenoise
pip install -r app/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
3 changes: 3 additions & 0 deletions requirements-test.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
-r requirements.txt
django-extensions
ruff

0 comments on commit 8730da8

Please sign in to comment.