Skip to content

Commit b56562b

Browse files
authored
Also add setup tools to the GitHub action
1 parent 42cf9bd commit b56562b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Install dependencies
3535
run: |
3636
python -m pip install --upgrade pip
37-
pip install Django==${{ matrix.django-version }} coverage
37+
pip install Django==${{ matrix.django-version }} coverage setuptools
3838
python setup.py install
3939
4040
- name: Run coverage
@@ -68,7 +68,7 @@ jobs:
6868
- name: Install dependencies
6969
run: |
7070
python -m pip install --upgrade pip
71-
pip install ${{ matrix.django-version }} coverage
71+
pip install ${{ matrix.django-version }} coverage setuptools
7272
python setup.py install
7373
7474
- name: Run coverage

0 commit comments

Comments
 (0)