Skip to content

Commit

Permalink
Fix CI dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mschoenlaub committed Oct 15, 2021
1 parent 954bad3 commit e725204
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: Install CI dependencies
run: pip install codecov ${{ matrix.pytest-version }} ${{ matrix.pytest-django-version }}
run: pip install flake8 codecov ${{ matrix.pytest-version }} ${{ matrix.pytest-django-version }}

- name: Install Django ${{ matrix.django-version }}
run: pip install 'Django==${{ matrix.django-version }}'
Expand Down

0 comments on commit e725204

Please sign in to comment.