Skip to content

Commit 9f60684

Browse files
committed
Fix Github workflow dependency installation
1 parent 3d09e85 commit 9f60684

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-app.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
python-version: "3.11"
2626
- name: Install dependencies
2727
run: |
28-
sudo apt install -y libvips-dev
28+
sudo apt-get update && sudo apt-get install -y libvips-dev
2929
pip install -r requirements.txt
3030
- name: Test with unittest
3131
run: |

0 commit comments

Comments
 (0)