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 0673956 commit 82379efCopy full SHA for 82379ef
.github/workflows/ci.yml
@@ -43,8 +43,7 @@ jobs:
43
key: ${{ runner.os }}-pip-${{ matrix.python-version }}-${{ matrix.django-version }}
44
restore-keys: |
45
${{ runner.os }}-pip-
46
- - run: pip install -e '.[dev]'
47
- - run: pip install "Django==${{ matrix.django-version }}.*"
+ - run: pip install -e '.[dev]' "Django==${{ matrix.django-version }}.*"
48
- run: make test
49
50
lint:
0 commit comments