Skip to content

Commit

Permalink
use python 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
wq2012 committed Jul 6, 2024
1 parent 33218cf commit eb04b08
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/python-app-diarizationlm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Set up Python 3.9
- name: Set up Python 3.11
uses: actions/setup-python@v2
with:
python-version: "3.9"
python-version: "3.11"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand All @@ -34,6 +34,7 @@ jobs:
pip install torch
pip install tri
pip install "unsloth[colab-new] @ git+https://github.com/unslothai/unsloth.git"
export PYTHONPATH=.
pytype .
- name: Run tests
run: |
Expand Down

0 comments on commit eb04b08

Please sign in to comment.