We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d09f3a5 commit acf1212Copy full SHA for acf1212
.github/workflows/test_startcmsproject.yml
@@ -32,6 +32,6 @@ 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 }}
+ python -m pip install Django~=${{ matrix.django-version}}
36
python -m pip install django-cms
37
- djangocms mysite --noinput
+ djangocms mysite --noinput --template https://github.com/${{ github.repository }}/archive/${{ github.head_ref || github.ref_name }}.zip
0 commit comments