Skip to content

Commit

Permalink
Further add no sync after initial
Browse files Browse the repository at this point in the history
  • Loading branch information
ayjayt committed Dec 14, 2024
1 parent 80bfc7f commit d44e80b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_testpypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- run: uv build
# --locked = no updating lock file (causes a dirty git stage)
- run: uv sync --locked --all-extras
- run: uv run choreo_get_browser
- run: uv run --no-sync choreo_get_browser
- run: uv pip install dist/choreographer*.whl
# should we delete choreographer?
- run: uv run --no-sync poe test
Expand Down

0 comments on commit d44e80b

Please sign in to comment.