Skip to content

Commit

Permalink
Add --locked to sync for build
Browse files Browse the repository at this point in the history
  • Loading branch information
ayjayt committed Dec 14, 2024
1 parent 7f9661c commit 80bfc7f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/publish_testpypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,10 @@ jobs:
# must actually checkout for version determination
- run: git checkout ${{ github.ref_name }}
- run: uv python install ${{ matrix.pyvers }}
- run: uv sync --all-extras
- run: uv run choreo_get_browser
- 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 pip install dist/choreographer*.whl
# should we delete choreographer?
- run: uv run --no-sync poe test
Expand Down

0 comments on commit 80bfc7f

Please sign in to comment.