Skip to content

Commit 69afd2c

Browse files
committed
feat: update Python version in GitHub Actions workflow to 3.11
1 parent 8f08bab commit 69afd2c

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/deploy-to-huggingface.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,9 @@ jobs:
1818
- name: Setup Python
1919
uses: actions/setup-python@v4
2020
with:
21-
python-version: '3.10'
21+
python-version: '3.11'
2222
cache: 'pip'
2323

24-
- name: Install dependencies
25-
run: |
26-
python -m pip install --upgrade pip
27-
pip install -r requirements.txt
28-
pip install -e .
29-
3024
- name: Configure Hugging Face
3125
env:
3226
HF_TOKEN: ${{ secrets.HF_TOKEN }}

0 commit comments

Comments
 (0)