Skip to content

Commit 31535b0

Browse files
[CI] check cache dir
1 parent 3ecbd02 commit 31535b0

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.github/workflows/unit_tests.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,16 @@ jobs:
276276
echo "-- setting up env --"
277277
echo "env_name: $ENV_NAME"
278278
# will clean later
279+
280+
echo "-- ls -ahl /opt/uv/venvs before --"
281+
ls -ahl /opt/uv/venvs
282+
279283
mv "/opt/uv/venvs/$ENV_NAME" "/opt/uv/tmp/${ENV_NAME}_$(date +%s)" || true
284+
285+
echo "-- ls -ahl /opt/uv/venvs after --"
286+
ls -ahl /opt/uv/venvs
287+
288+
echo "-- ls -ahl /opt/uv/venvs new --"
280289
/opt/uv/setup_uv_venv.sh "$ENV_NAME"
281290
echo "-- set --"
282291

0 commit comments

Comments
 (0)