Skip to content

Commit

Permalink
更新测试脚本
Browse files Browse the repository at this point in the history
  • Loading branch information
BigOrangeQWQ committed Aug 3, 2023
1 parent f52a4d6 commit 1f96d10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ jobs:
run: |
python -m pip install --upgrade pip
python -m pip install pdm
python -m pip install tomlkit
- name: Sync lock package
run: |
pdm sync
pdm install
pdm add tomlkit
- name: Running plugin
run: |
pdm run test.py

0 comments on commit 1f96d10

Please sign in to comment.