There was an error while loading. Please reload this page.
1 parent 3ecbd02 commit 31535b0Copy full SHA for 31535b0
1 file changed
.github/workflows/unit_tests.yml
@@ -276,7 +276,16 @@ jobs:
276
echo "-- setting up env --"
277
echo "env_name: $ENV_NAME"
278
# will clean later
279
+
280
+ echo "-- ls -ahl /opt/uv/venvs before --"
281
+ ls -ahl /opt/uv/venvs
282
283
mv "/opt/uv/venvs/$ENV_NAME" "/opt/uv/tmp/${ENV_NAME}_$(date +%s)" || true
284
285
+ echo "-- ls -ahl /opt/uv/venvs after --"
286
287
288
+ echo "-- ls -ahl /opt/uv/venvs new --"
289
/opt/uv/setup_uv_venv.sh "$ENV_NAME"
290
echo "-- set --"
291
0 commit comments