ci(build): add /root/.local/bin to PATH
Some checks failed
build / build (push) Failing after 38s

This commit is contained in:
张泊明518370910136 2024-10-19 05:56:51 -04:00
parent 88a1066650
commit ef7fa759c3
GPG Key ID: D47306D7062CDA9D

View File

@ -18,7 +18,10 @@ jobs:
- name: Display PDM version
run: pdm --version
- name: PDM install dependencies
run: pdm install
run: |
pdm install
echo "/root/.local/bin" >> $GITHUB_PATH
echo "Updated PATH: $PATH"
- name: Lint
run: |
pdm run lint