Skip to content

Commit

Permalink
use py3.10
Browse files Browse the repository at this point in the history
Signed-off-by: Niels Bantilan <[email protected]>
  • Loading branch information
cosmicBboy committed Jun 11, 2024
1 parent 802e4ef commit 47ffd7b
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions .github/workflows/fine_tune.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,21 +10,19 @@ jobs:
fine-tune-model:
runs-on: ubuntu-latest
timeout-minutes: 30
strategy:
fail-fast: false
matrix:
python-version: ["3.11"]
steps:
- uses: actions/checkout@v4
- name: Set up Python 3.11
- name: Set up Python 3.10
uses: actions/setup-python@v5
with:
python-version: "3.11"
python-version: "3.10"
- name: Install dependencies
run:
pip install -r requirements.lock.txt
pip install -U pyopenssl
pip install setuptools==69.5.1
# - name: Install setuptools
# run:
# pip install -U pyopenssl
# pip install setuptools==69.5.1
- name: Run fine-tuning
env:
UNIONAI_SERVERLESS_API_KEY: ${{ secrets.UNIONAI_SERVERLESS_API_KEY_GCP }}
Expand Down

0 comments on commit 47ffd7b

Please sign in to comment.