Skip to content

Commit

Permalink
chore: python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
LongxingTan committed Jan 13, 2025
1 parent 57ce245 commit 8e599c2
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 1,229 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,9 @@ jobs:
tf-version: 2.13.1

steps:
- uses: actions/checkout@v2

- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}

Expand All @@ -47,7 +46,7 @@ jobs:
run: poetry config virtualenvs.in-project true

- name: Set up cache
uses: actions/cache@v2
uses: actions/cache@v4
id: cache
with:
path: .venv
Expand Down
Loading

0 comments on commit 8e599c2

Please sign in to comment.