We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8800511 commit 5ff6322Copy full SHA for 5ff6322
.github/workflows/default.yml
@@ -54,7 +54,7 @@ jobs:
54
python -m pip install --upgrade pip
55
pip install packaging
56
pip install -r tests/requirements.txt
57
- python setup.py install --no-cache-dir
+ python setup.py install
58
- name: Run coverage
59
run: coverage run setup.py test
60
- name: Upload Coverage to Codecov
tests/requirements.txt
@@ -7,3 +7,5 @@ flake8
7
uwsgi
8
# requirements from setup.py
9
django-filer>=1.2.4
10
+# for testing
11
+git+https://github.com/django-cms/django-cms.git@release/4.0.1.x#egg=django-cms
0 commit comments