We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d09e85 commit 9f60684Copy full SHA for 9f60684
.github/workflows/python-app.yml
@@ -25,7 +25,7 @@ jobs:
25
python-version: "3.11"
26
- name: Install dependencies
27
run: |
28
- sudo apt install -y libvips-dev
+ sudo apt-get update && sudo apt-get install -y libvips-dev
29
pip install -r requirements.txt
30
- name: Test with unittest
31
0 commit comments