Skip to content

Commit

Permalink
Switch out pipenv install django for pip install
Browse files Browse the repository at this point in the history
  • Loading branch information
stevelacey committed Jan 31, 2023
1 parent f5d2ba9 commit d82c2ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
python-version: ${{ matrix.python }}
- run: pip install pipenv
- run: pipenv install --dev --python ${{ matrix.python }}
- run: pipenv install django~=${{ matrix.django }} --skip-lock
- run: pipenv run pip install django~=${{ matrix.django }}
- run: pipenv run pytest --cov

lint:
Expand Down

0 comments on commit d82c2ae

Please sign in to comment.