Skip to content

Commit

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

lint:
Expand Down

0 comments on commit 7eb8a08

Please sign in to comment.