Use Python 3.10

This commit is contained in:
Robin Huang 2025-05-05 23:25:11 -07:00
parent 4b11c999b5
commit 2179d9fb95

View File

@ -17,7 +17,7 @@ jobs:
path: "ComfyUI" path: "ComfyUI"
- uses: actions/setup-python@v4 - uses: actions/setup-python@v4
with: with:
python-version: '3.9' python-version: '3.10'
- name: Install requirements - name: Install requirements
run: | run: |
python -m pip install --upgrade pip python -m pip install --upgrade pip