Skip to content

Commit

Permalink
fix(ci): install pdm
Browse files Browse the repository at this point in the history
  • Loading branch information
ksqsf authored Oct 14, 2024
1 parent 732a08c commit 087378f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: cd tools && python3 -m pip install pdm && pdm install
- run: cd tools && python3 -m pip install pdm --break-system-packages && pdm install
- run: sudo apt install opencc p7zip-full
- run: pdm use -f tools/.venv && $(pdm venv activate) && ./make_simp_dist.sh github
- uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 087378f

Please sign in to comment.