hotfix: cleanup python environment

This commit is contained in:
Junya Morioka
2025-05-24 05:21:20 +09:00
parent b4d8949d68
commit 5217413218
+5
View File
@@ -317,3 +317,8 @@ jobs:
asset_path: flash-attention/dist/${{ env.wheel_name }}
asset_name: ${{ env.wheel_name }}
asset_content_type: application/*
- name: Clean up
if: always()
run: |
sudo rm -rf /opt/hostedtoolcache/Python/${{ matrix.python-version }}*