We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f041547 commit c4256daCopy full SHA for c4256da
.github/workflows/test_startcmsproject.yml
@@ -32,5 +32,6 @@ jobs:
32
python -m venv .venv
33
source ./.venv/bin/activate
34
python -m pip install --upgrade pip
35
- pip install django-cms>=4.1.0rc5
36
- djangocms mysite --noinput
+ python -m pip install Django~=${{ matrix.django-version}}
+ 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