Skip to content
This repository has been archived by the owner on Jun 1, 2022. It is now read-only.

Commit

Permalink
Show Python and pip versions, refs #601
Browse files Browse the repository at this point in the history
  • Loading branch information
simonw authored Jun 8, 2021
1 parent 690341f commit 67104fc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ jobs:
${{ runner.os }}-pip-
- name: Install dependencies
run: |
python --version
pip --version
pip install -r requirements.txt
- name: Install GeoDjango dependencies
run: sudo apt-get install binutils libproj-dev gdal-bin
Expand Down

0 comments on commit 67104fc

Please sign in to comment.