mirror of
https://github.com/BillyOutlast/flash-attention-prebuild-wheels-rocm.git
synced 2026-06-30 23:57:53 -04:00
fix: add continue-on-error to uv setup step
- Allow workflow to continue if uv installation fails
This commit is contained in:
@@ -58,6 +58,7 @@ jobs:
|
||||
|
||||
# Install Python using uv
|
||||
- name: Install uv
|
||||
continue-on-error: true
|
||||
uses: astral-sh/setup-uv@v7
|
||||
|
||||
- name: Install Python
|
||||
|
||||
Reference in New Issue
Block a user