Skip to content

Commit

Permalink
Update django-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
LTDakin authored Aug 30, 2024
1 parent 8f0da9f commit fdd0470
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions .github/workflows/django-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,9 @@ jobs:
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v3
- name: Start virtual enviorment
run: |
python3 -m venv venv
source venv/bin/activate
- name: Install Poetry
uses: snok/install-poetry@v1
- name: Install Django
run: |
python3 -m pip install django
- name: Install Dependencies
run: |
poetry install
run: poetry install --no-interaction --no-root
- name: Run Tests
run: |
python3 manage.py test
run: manage.py test

0 comments on commit fdd0470

Please sign in to comment.