Skip to content

Commit

Permalink
chore(workflow): update build-api workflow to set Python version to 3…
Browse files Browse the repository at this point in the history
….9 and enable cache
  • Loading branch information
HsiangNianian committed Sep 7, 2024
1 parent 40d6978 commit 9eeed1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jobs:
- uses: pdm-project/setup-pdm@v4
name: Setup PDM
with:
python-version: 3.10
# cache: true
python-version: 3.9
cache: true

- name: sync pdm.lock
run: pdm sync
Expand Down

0 comments on commit 9eeed1f

Please sign in to comment.