Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions .github/workflows/unit_tests_reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,6 @@ jobs:
echo "EVALUTION_TORCH_EXTENSIONS_DIR=$EVALUTION_TORCH_EXTENSIONS_DIR" >> "$GITHUB_ENV"
echo "TORCH_EXTENSIONS_DIR=$TORCH_EXTENSIONS_DIR" >> "$GITHUB_ENV"

uv cache prune --ci

env_name="evalution_${SAFE_NAME}_cu${{ env.CUDA_VERSION }}_torch${{ env.TORCH_VERSION }}_py${PYTHON_VERSION}_release"
mv "/opt/uv/venvs/$env_name" /opt/uv/tmp || true
source /opt/uv/setup_uv_venv.sh "$env_name" "${PYTHON_VERSION}"
Expand Down Expand Up @@ -211,5 +209,3 @@ jobs:
rm -rf ./* .[^.] .??* || true
echo "cleaning venv: ${{ env.VIRTUAL_ENV }}"
rm -rf "${{ env.VIRTUAL_ENV }}"
echo "Cleaning uv cache"
uv cache prune --ci