Skip to content

Commit

Permalink
apt-get update before install
Browse files Browse the repository at this point in the history
  • Loading branch information
pauldoucet committed Aug 8, 2024
1 parent 4c3b41b commit 5897079
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ jobs:
python -m pip install -e .
- name: Install apt dependencies
run: |
sudo apt install libvips libvips-dev openslide-tools
sudo apt-get update
sudo apt-get install libvips libvips-dev openslide-tools
- name: Run tests
run: |
Expand Down

0 comments on commit 5897079

Please sign in to comment.