Skip to content

Commit

Permalink
Add git and pip to gdal container
Browse files Browse the repository at this point in the history
  • Loading branch information
mdales committed Sep 25, 2024
1 parent b0647cd commit 5239b9d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Install system
run: apt-get install -y git python3-pip
run: |
apt-get update -qqy
apt-get install -y git python3-pip
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit 5239b9d

Please sign in to comment.