We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5607cc4 commit 9e9b00bCopy full SHA for 9e9b00b
taskcluster/docker/decision/system-setup.sh
@@ -9,7 +9,7 @@ apt-get install -y --force-yes --no-install-recommends \
9
python3-pip
10
11
pushd /setup/taskgraph
12
-uv export --no-dev > /setup/requirements.txt
+uv export --no-cache --no-dev > /setup/requirements.txt
13
uv pip install --no-cache --system --break-system-packages -r /setup/requirements.txt
14
uv pip install --no-cache --system --break-system-packages --no-deps .
15
popd
0 commit comments