Skip to content

Commit

Permalink
ci: Update to test develop-4
Browse files Browse the repository at this point in the history
  • Loading branch information
marksweb committed Sep 22, 2023
1 parent 9f6cde6 commit a0350c0
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,9 @@ jobs:
django-version: [
'https://github.com/django/django/archive/main.tar.gz'
]
django-cms-develop-4: [
'https://github.com/django-cms/django-cms/archive/develop-4.tar.gz'
]
requirements-file: [
requirements_base.txt,
]
Expand All @@ -153,7 +156,7 @@ jobs:
run: |
python -m pip install --upgrade pip
python -m pip install -r tests/requirements/${{ matrix.requirements-file }}
python -m pip install ${{ matrix.django-version }}
python -m pip install ${{ matrix.django-version }} ${{ matrix.django-cms-develop-4 }}
python setup.py install
- name: Run coverage
Expand All @@ -171,6 +174,9 @@ jobs:
django-version: [
'https://github.com/django/django/archive/main.tar.gz'
]
django-cms-develop-4: [
'https://github.com/django-cms/django-cms/archive/develop-4.tar.gz'
]
requirements-file: [
requirements_base.txt,
]
Expand Down Expand Up @@ -198,7 +204,7 @@ jobs:
run: |
python -m pip install --upgrade pip
python -m pip install -r tests/requirements/${{ matrix.requirements-file }}
python -m pip install ${{ matrix.django-version }}
python -m pip install ${{ matrix.django-version }} ${{ matrix.django-cms-develop-4 }}
python setup.py install
- name: Run coverage
Expand All @@ -218,6 +224,9 @@ jobs:
django-version: [
'https://github.com/django/django/archive/main.tar.gz'
]
django-cms-develop-4: [
'https://github.com/django-cms/django-cms/archive/develop-4.tar.gz'
]
requirements-file: [
requirements_base.txt,
]
Expand All @@ -243,7 +252,7 @@ jobs:
run: |
python -m pip install --upgrade pip
python -m pip install -r tests/requirements/${{ matrix.requirements-file }}
python -m pip install ${{ matrix.django-version }}
python -m pip install ${{ matrix.django-version }} ${{ matrix.django-cms-develop-4 }}
python setup.py install
- name: Run coverage
Expand Down

0 comments on commit a0350c0

Please sign in to comment.