Skip to content

Commit

Permalink
Reorder line breaks for yml spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
ayjayt committed Dec 15, 2024
1 parent eae7c27 commit 054f2df
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/publish_testpypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,9 @@ jobs:
- run: uv run --no-sync choreo_get_browser -v --i ${{ matrix.chrome_v }}
- name: Reinstall from wheel
run: >
uv pip install dist/choreographer-
$(uv run --no-sync --with setuptools-git-versioning
setuptools-git-versioning)
.whl
uv pip install dist/choreographer-$(uv
run --no-sync --with setuptools-git-versioning
setuptools-git-versioning).whl
- run: uv run --no-sync choreo_diagnose --no-run
- name: Test
if: ${{ ! runner.debug && matrix.os != 'ubuntu-latest' }}
Expand Down

0 comments on commit 054f2df

Please sign in to comment.