We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 784f69d commit f779e94Copy full SHA for f779e94
.github/workflows/test.yml
@@ -33,7 +33,7 @@ jobs:
33
python -m pip install --upgrade pip
34
pip install django~=${{ matrix.django-version }} coverage
35
pip install -r tests/requirements/base.txt
36
- python setup.py install
+ pip install .
37
38
- name: Run coverage
39
run: coverage run tests/settings.py
@@ -67,7 +67,7 @@ jobs:
67
68
pip install ${{ matrix.django-version }} coverage
69
70
71
72
73
0 commit comments