Skip to content

Commit

Permalink
Install libsane-dev in autodeps so install works
Browse files Browse the repository at this point in the history
  • Loading branch information
CoolCat467 authored Oct 14, 2024
1 parent 66a5926 commit d634d43
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/autodeps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:

- name: Bump dependencies
run: |
sudo apt-get update && sudo apt-get install -y libsane-dev
python -m pip install -U pip pre-commit
python -m pip install -r test-requirements.txt
uv pip compile --universal --python-version=3.9 --upgrade test-requirements.in -o test-requirements.txt
Expand Down

0 comments on commit d634d43

Please sign in to comment.