Skip to content

Commit

Permalink
chore(workflow): update build-api workflow to remove pdm.lock sync step
Browse files Browse the repository at this point in the history
  • Loading branch information
HsiangNianian committed Sep 7, 2024
1 parent ad74d91 commit 0065fcd
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 @@ -28,8 +28,8 @@ jobs:
python-version: 3.9
cache: true

- name: sync pdm.lock
run: pdm sync
# - name: sync pdm.lock
# run: pdm sync

- name: Install dependencies
run: pdm install --group docs --dev --no-default
Expand Down

0 comments on commit 0065fcd

Please sign in to comment.