Skip to content

Commit

Permalink
apt-get update
Browse files Browse the repository at this point in the history
  • Loading branch information
csae8092 committed Jul 26, 2024
1 parent ae0c4d3 commit ca86c3d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,9 @@ jobs:
path: ${{ env.pythonLocation }}
key: ${{ env.pythonLocation }}-${{ hashFiles('requirements.txt') }}
- name: GDAL
run: sudo apt-get install postgresql-common libpq-dev python3-gdal
run: |
sudo apt-get update
sudo apt-get install postgresql-common libpq-dev python3-gdal
- name: Install dependencies
run: |
pip install --upgrade --upgrade-strategy eager -r requirements.txt
Expand Down

0 comments on commit ca86c3d

Please sign in to comment.