Update the python version in some workflows.

This commit is contained in:
comfyanonymous
2025-01-29 15:54:13 -05:00
parent 537c27cbf3
commit f9230bd357
2 changed files with 2 additions and 2 deletions

View File

@@ -18,7 +18,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.10'
python-version: '3.12'
- name: Install requirements
run: |
python -m pip install --upgrade pip