Skip to content

Commit 8b8266d

Browse files
committed
Install tests.txt alongside local.txt
1 parent ddb763a commit 8b8266d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/django.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,11 @@ jobs:
2424
run: |
2525
python -m pip install --upgrade pip
2626
pip install -r requirements/local.txt
27+
pip install -r requirements/tests.txt
2728
- name: Run migrations
2829
run: python manage.py migrate
2930
- name: Run tests
30-
run: |
31-
pip install -r requirements/tests.txt
32-
py.test -s styleguide_example/
31+
run: py.test
3332
deploy_to_heroku:
3433
runs-on: ubuntu-latest
3534
needs: build

0 commit comments

Comments
 (0)