We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c3ea9d commit 13f8739Copy full SHA for 13f8739
.github/workflows/ci.yml
@@ -48,10 +48,9 @@ jobs:
48
python-version: ${{ matrix.python-version }}
49
- name: Install all dependencies
50
run: |
51
- pip install -e .[dev]
52
make install
53
- pip install "django~=${{ matrix.django-version }}.0"
54
- pip install "django-oscar~=${{ matrix.oscar-version }}.0"
+ pip install "django~=${{ matrix.django-version }}"
+ pip install "django-oscar~=${{ matrix.oscar-version }}"
55
- name: Show all versions
56
run: pip list
57
- name: Run the testsuite
0 commit comments