Skip to content

Commit 5f13899

Browse files
authored
Update test_startcmsproject.yml
1 parent acf1212 commit 5f13899

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/test_startcmsproject.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,5 @@ 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}}
36-
python -m pip install django-cms
35+
python -m pip install Django~=${{ matrix.django-version }} django-cms
3736
djangocms mysite --noinput --template https://github.com/${{ github.repository }}/archive/${{ github.head_ref || github.ref_name }}.zip

0 commit comments

Comments
 (0)