Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
submarcos committed Jun 25, 2024
1 parent da4a039 commit 80b39ab
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,12 @@ jobs:
./backend/requirements.txt
./backend/dev-requirements.txt
- name: Install system libraries
working-directory: ./backend
run: |
sudo apt-get -qq update
sudo apt-get -qq install -y libpq-dev gdal-bin gettext
- name: Install dependencies
working-directory: ./backend
run: |
Expand Down

0 comments on commit 80b39ab

Please sign in to comment.