Skip to content

Commit

Permalink
Update api_test.yml typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hcwinsemius authored May 17, 2024
1 parent 672af83 commit 530bbb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/api_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Install Dependencies
run: |
sudo apt update
sudo apt install libgl1 libegl1 linopengl0 libgdal-dev libsqlite3-mod-spatialite
sudo apt install libgl1 libegl1 libopengl0 libgdal-dev libsqlite3-mod-spatialite
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: Run Tests
Expand Down

0 comments on commit 530bbb7

Please sign in to comment.