Skip to content

Commit acf1212

Browse files
authored
Update test_startcmsproject.yml
1 parent d09f3a5 commit acf1212

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test_startcmsproject.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@ jobs:
3232
python -m venv .venv
3333
source ./.venv/bin/activate
3434
python -m pip install --upgrade pip
35-
python -m pip install Django~=${{ matrix.django-version }}
35+
python -m pip install Django~=${{ matrix.django-version}}
3636
python -m pip install django-cms
37-
djangocms mysite --noinput
37+
djangocms mysite --noinput --template https://github.com/${{ github.repository }}/archive/${{ github.head_ref || github.ref_name }}.zip

0 commit comments

Comments
 (0)