Skip to content

Commit c4256da

Browse files
authored
Update test_startcmsproject.yml
1 parent f041547 commit c4256da

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/test_startcmsproject.yml

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

0 commit comments

Comments
 (0)