mirror of
https://github.com/BillyOutlast/flash-attention-prebuild-wheels-rocm.git
synced 2026-07-01 01:37: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
|
# Install Python using uv
|
||||||
- name: Install uv
|
- name: Install uv
|
||||||
|
continue-on-error: true
|
||||||
uses: astral-sh/setup-uv@v7
|
uses: astral-sh/setup-uv@v7
|
||||||
|
|
||||||
- name: Install Python
|
- name: Install Python
|
||||||
|
|||||||
Reference in New Issue
Block a user