mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-01-28 07:10:15 +08:00
Test on Python 3.12 correctly on latest Ubuntu
This commit is contained in:
parent
f6cd2866be
commit
265c0549b6
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -36,7 +36,7 @@ jobs:
|
|||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
python -m pip install setuptools pip --upgrade --break-system-packages || python -m pip install pip --upgrade || true
|
python -m pip install setuptools pip --upgrade --break-system-packages || python -m pip install pip --upgrade || true
|
||||||
pip install --no-build-isolation .[dev]
|
pip install --break-system-packages --no-build-isolation .[dev] || pip install --no-build-isolation .[dev]
|
||||||
- name: Run unit tests
|
- name: Run unit tests
|
||||||
run: |
|
run: |
|
||||||
export HSA_OVERRIDE_GFX_VERSION=11.0.0
|
export HSA_OVERRIDE_GFX_VERSION=11.0.0
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user