Skip to content

Commit 137beaa

Browse files
committed
Fix CI
1 parent 974ecf7 commit 137beaa

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Python
1313
uses: actions/setup-python@v5
1414
with:
15-
python-version: '3.10'
15+
python-version: '3.11'
1616
cache: 'pip'
1717
- name: Dependencies
1818
run: pip install -r requirements.txt
@@ -35,9 +35,9 @@ jobs:
3535
with:
3636
submodules: true
3737
- name: Python
38-
uses: actions/setup-python@v4
38+
uses: actions/setup-python@v5
3939
with:
40-
python-version: '3.10'
40+
python-version: '3.11'
4141
cache: 'pip'
4242
- name: Dependencies
4343
run: pip install -r requirements.txt

ai_diffusion/ui/custom_workflow.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
from ..custom_workflow import CustomGenerationMode
1515
from ..client import TextOutput
1616
from ..jobs import JobKind
17-
from ..model import Model, ApplyBehavior
17+
from ..model import Model
1818
from ..properties import Binding, Bind, bind, bind_combo
1919
from ..style import Styles
2020
from ..root import root

0 commit comments

Comments
 (0)