Skip to content

Commit

Permalink
Add more debug output to GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
ayjayt committed Dec 14, 2024
1 parent e0518fd commit fcc62bc
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 @@ -26,7 +26,7 @@ jobs:
- run: git checkout ${{ github.ref_name }}
- run: uv python install ${{ matrix.pyvers }}
- run: git status
- run: uv sync --all-extras
- run: uv sync --all-extras || git status && false
- run: git restore . # delete uv.lock changest
- run: uv build
- run: uv run --no-sync choreo_get_browser
Expand Down

0 comments on commit fcc62bc

Please sign in to comment.