Skip to content

Commit

Permalink
Add missing setup in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
wetneb authored Feb 1, 2024
1 parent 0e8f546 commit 5da71ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/django.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
pip install -r requirements.txt
pip install coveralls pyflakes
pip freeze
echo "from .dev import *" > nfvnr/settings/__init__.py
- name: Check formatting
run: |
./pyflakes.sh
Expand Down

0 comments on commit 5da71ac

Please sign in to comment.