File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2222 uv sync --frozen --group base --group script
2323 - name : Update CLI screenshots
2424 run : |
25- uv run poe doc:screenshots
25+ uv run --no-sync poe doc:screenshots
2626 - name : Commit and push updated CLI screenshots
2727 run : |
2828 git config --global user.name "github-actions[bot]"
6363 env :
6464 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
6565 run : |
66- uv run poe doc:build
66+ uv run --no-sync poe doc:build
6767 - name : Deploy 🚀
6868 uses : JamesIves/github-pages-deploy-action@v4
6969 with :
Original file line number Diff line number Diff line change 3030 run : |
3131 git config --global user.email "action@github.com"
3232 git config --global user.name "GitHub Action"
33- uv run poe ci
33+ uv run --no-sync poe ci
3434 shell : bash
3535 - name : Upload coverage to Codecov
3636 uses : codecov/codecov-action@v5
Original file line number Diff line number Diff line change @@ -74,12 +74,12 @@ repos:
7474 name : Format Python code
7575 language : system
7676 pass_filenames : false
77- entry : uv run poe format
77+ entry : uv run --no-sync poe format
7878 types : [ python ]
7979
8080 - id : linter and test
8181 name : Linters
8282 language : system
8383 pass_filenames : false
84- entry : uv run poe lint
84+ entry : uv run --no-sync poe lint
8585 types : [ python ]
You can’t perform that action at this time.
0 commit comments