Skip to content

Commit 0818f9f

Browse files
authored
Fix naming in tests (#247)
1 parent 5a03f30 commit 0818f9f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish_testpypi.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@ jobs:
3535
- run: uv build
3636
- name: Reinstall from wheel
3737
run: >
38-
uv pip install dist/choreographer-$(uv
38+
uv pip install dist/kaleido-$(uv
3939
run --no-sync --with setuptools-git-versioning
4040
setuptools-git-versioning)-py3-none-any.whl
41-
- run: uv run --no-sync choreo_get_chrome -v --i ${{ matrix.chrome_v }}
41+
- run: uv run --no-sync kaleido_get_chrome -v --i ${{ matrix.chrome_v }}
4242
- name: Diagnose
4343
run: uv run --no-sync choreo_diagnose --no-run
4444

0 commit comments

Comments
 (0)