Skip to content

Commit 5ff6322

Browse files
committed
lets test this
1 parent 8800511 commit 5ff6322

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/default.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
python -m pip install --upgrade pip
5555
pip install packaging
5656
pip install -r tests/requirements.txt
57-
python setup.py install --no-cache-dir
57+
python setup.py install
5858
- name: Run coverage
5959
run: coverage run setup.py test
6060
- name: Upload Coverage to Codecov

tests/requirements.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,5 @@ flake8
77
uwsgi
88
# requirements from setup.py
99
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

Comments
 (0)