Skip to content

Commit

Permalink
update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
bieli committed Jan 30, 2024
1 parent 7b13d8f commit 4f9228b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install -r requirements.dev.txt
- name: Lint with flake8
run: |
flake8 --extend-ignore=E501,E800 FreeItLessons/
- name: Test with unittest
run: |
pip3 install ddt
python3 -m unittest tests/*.py
python3 manage.py test tests

0 comments on commit 4f9228b

Please sign in to comment.