We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent acf1212 commit 5f13899Copy full SHA for 5f13899
.github/workflows/test_startcmsproject.yml
@@ -32,6 +32,5 @@ jobs:
32
python -m venv .venv
33
source ./.venv/bin/activate
34
python -m pip install --upgrade pip
35
- python -m pip install Django~=${{ matrix.django-version}}
36
- python -m pip install django-cms
+ python -m pip install Django~=${{ matrix.django-version }} django-cms
37
djangocms mysite --noinput --template https://github.com/${{ github.repository }}/archive/${{ github.head_ref || github.ref_name }}.zip
0 commit comments