Skip to content

Commit ff92bb1

Browse files
committed
Optimize CI
1 parent 08f1b4e commit ff92bb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
python-version: "3.10"
1616
- uses: pdm-project/setup-pdm@v3
1717
- name: Install Dependencies
18-
run: pdm sync
18+
run: pdm install
1919
- name: Build
2020
run: pdm build -d dist
2121
- name: Publish release distributions to PyPI

0 commit comments

Comments
 (0)