Skip to content

Commit dffbbfd

Browse files
authored
Install uv (#7790)
1 parent 3c0cbce commit dffbbfd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

scripts/setup-ci.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,5 +59,9 @@ tdnf --snapshottime=$SOURCE_DATE_EPOCH -y install strace
5959
# For packaging
6060
tdnf --snapshottime=$SOURCE_DATE_EPOCH -y install rpm-build
6161

62+
# For end to end tests and scripts
63+
tdnf --snapshottime=$SOURCE_DATE_EPOCH -y install python3-pip
64+
pip install uv==0.10.8
65+
6266
# Rust
6367
tdnf --snapshottime=$SOURCE_DATE_EPOCH -y install rust

0 commit comments

Comments
 (0)