pip install CI bugfix

This commit is contained in:
kdmukai
2026-08-22 07:51:07 -05:00
parent 8c89739d38
commit 364add8c4d
+1 -1
View File
@@ -54,7 +54,7 @@ jobs:
sudo apt-get install libzbar0
python -m pip install --upgrade pip
# hash-locked requirements files
pip install -r requirements.txt -r tests/requirements.txt l10n/requirements-l10n.txt
pip install -r requirements.txt -r tests/requirements.txt -r l10n/requirements-l10n.txt
# An editable install can't satisfy hash-checking, so `-e .` can't
# share an invocation with the hash-locked files above.
pip install -e .