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"
- uses: actions/setup-python@v4
with:
python-version: '3.9'
python-version: '3.10'
- name: Install requirements
run: |
python -m pip install --upgrade pip