Spaces:
Runtime error
Runtime error
feat: update Python version in GitHub Actions workflow to 3.11
Browse files
.github/workflows/deploy-to-huggingface.yml
CHANGED
|
@@ -18,15 +18,9 @@ jobs:
|
|
| 18 |
- name: Setup Python
|
| 19 |
uses: actions/setup-python@v4
|
| 20 |
with:
|
| 21 |
-
python-version: '3.
|
| 22 |
cache: 'pip'
|
| 23 |
|
| 24 |
-
- name: Install dependencies
|
| 25 |
-
run: |
|
| 26 |
-
python -m pip install --upgrade pip
|
| 27 |
-
pip install -r requirements.txt
|
| 28 |
-
pip install -e .
|
| 29 |
-
|
| 30 |
- name: Configure Hugging Face
|
| 31 |
env:
|
| 32 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
|
|
|
| 18 |
- name: Setup Python
|
| 19 |
uses: actions/setup-python@v4
|
| 20 |
with:
|
| 21 |
+
python-version: '3.11'
|
| 22 |
cache: 'pip'
|
| 23 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 24 |
- name: Configure Hugging Face
|
| 25 |
env:
|
| 26 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|