Skip to content

Commit 82379ef

Browse files
committed
combine pip install
1 parent 0673956 commit 82379ef

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,7 @@ jobs:
4343
key: ${{ runner.os }}-pip-${{ matrix.python-version }}-${{ matrix.django-version }}
4444
restore-keys: |
4545
${{ runner.os }}-pip-
46-
- run: pip install -e '.[dev]'
47-
- run: pip install "Django==${{ matrix.django-version }}.*"
46+
- run: pip install -e '.[dev]' "Django==${{ matrix.django-version }}.*"
4847
- run: make test
4948

5049
lint:

0 commit comments

Comments
 (0)