Skip to content

Commit

Permalink
Update django.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Apetree100122 committed Mar 20, 2024
1 parent dd47e5c commit 376db1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/django.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ jobs:
uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python-version }}
- name: Install Dependencies
- name: Install
run: |
python -m pip install
--pip install
- name: Run Tests
run: |
python manage.py test

0 comments on commit 376db1e

Please sign in to comment.