Update test-unit.yml

This commit is contained in:
comfyanonymous 2025-09-26 13:33:31 -04:00 committed by GitHub
parent 32004b30ea
commit ea502334ff
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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