Skip to content

Commit 46d0ad7

Browse files
author
Joey Jurjens
committed
try this
1 parent 13f8739 commit 46d0ad7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ jobs:
3333
strategy:
3434
fail-fast: true
3535
matrix:
36-
python-version: ["3.8", "3.9", "3.10", "3.11"]
37-
django-version: ["3.2", "4.2"]
36+
python-version: ["3.9", "3.10", "3.11"]
37+
django-version: ["4.2", "5.2"]
3838
oscar-version: ["3.2"]
3939
steps:
4040
- name: Download src dir
@@ -48,9 +48,9 @@ jobs:
4848
python-version: ${{ matrix.python-version }}
4949
- name: Install all dependencies
5050
run: |
51-
make install
52-
pip install "django~=${{ matrix.django-version }}"
53-
pip install "django-oscar~=${{ matrix.oscar-version }}"
51+
pip install -e .[dev]
52+
pip install "django~=${{ matrix.django-version }}.0"
53+
pip install "django-oscar~=${{ matrix.oscar-version }}.0"
5454
- name: Show all versions
5555
run: pip list
5656
- name: Run the testsuite

0 commit comments

Comments
 (0)