mirror of
https://github.com/trustedsec/hate_crack.git
synced 2026-07-28 14:47:22 -07:00
Pin uv to version 0.9.28 to mitigate supply-chain risk
Co-authored-by: bandrel <3598052+bandrel@users.noreply.github.com>
This commit is contained in:
co-authored by
bandrel
parent
9a7500796f
commit
54bd5b3c37
@@ -20,7 +20,7 @@ jobs:
|
||||
run: sudo apt-get update && sudo apt-get install -y p7zip-full transmission-cli
|
||||
|
||||
- name: Install uv
|
||||
run: python -m pip install --upgrade pip uv pytest
|
||||
run: python -m pip install --upgrade pip uv==0.9.28 pytest
|
||||
|
||||
- name: Install project dependencies
|
||||
run: uv pip install .
|
||||
|
||||
Reference in New Issue
Block a user