1
0
mirror of https://github.com/huggingface/diffusers.git synced 2026-01-27 17:22:53 +03:00

python 3.10.

This commit is contained in:
sayakpaul
2026-01-12 13:00:50 +05:30
parent 7407adabdc
commit e47af9bada
3 changed files with 3 additions and 3 deletions

View File

@@ -15,7 +15,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v6
with:
python-version: '3.8'
python-version: '3.10'
- name: Notify Slack about the release
env:

View File

@@ -20,7 +20,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v6
with:
python-version: '3.8'
python-version: '3.10'
- name: Fetch latest branch
id: fetch_latest_branch

View File

@@ -20,7 +20,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v6
with:
python-version: 3.8
python-version: 3.10
- name: Install requirements
run: |