Skip to content

Commit 13f8739

Browse files
author
Joey Jurjens
committed
maybe this would work
1 parent 9c3ea9d commit 13f8739

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,9 @@ jobs:
4848
python-version: ${{ matrix.python-version }}
4949
- name: Install all dependencies
5050
run: |
51-
pip install -e .[dev]
5251
make install
53-
pip install "django~=${{ matrix.django-version }}.0"
54-
pip install "django-oscar~=${{ matrix.oscar-version }}.0"
52+
pip install "django~=${{ matrix.django-version }}"
53+
pip install "django-oscar~=${{ matrix.oscar-version }}"
5554
- name: Show all versions
5655
run: pip list
5756
- name: Run the testsuite

0 commit comments

Comments
 (0)