Speed up action container (#4035)

* Speed up action container

* fix version
This commit is contained in:
Joakim Sørensen
2024-09-04 11:31:15 +02:00
committed by GitHub
parent 0619ec93cd
commit 99bc2eee50
3 changed files with 26 additions and 3 deletions

8
scripts/install/uv_packages Executable file
View File

@ -0,0 +1,8 @@
#!/usr/bin/env bash
set -e
uv pip \
install \
--constraint constraints.txt \
"${@}"