Skip to content

Commit

Permalink
updated install
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-gray-tangent committed Apr 29, 2024
1 parent 29341a8 commit 5e2bf4d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ jobs:
- name: Install Dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements-dev.txt
pip install django==5.0.2
pip install django-extensions
pip install ruff
- name: Run linting tools
run: |
cd app/
Expand Down

0 comments on commit 5e2bf4d

Please sign in to comment.