Skip to content

Commit af0108b

Browse files
committed
Add GHA debug print
1 parent a65c24d commit af0108b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish_testpypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- run: uv build
2929
- run: uv venv ${{ matrix.pyvers }} --python ${{ matrix.pyvers }}
3030
- run: echo "UV_PROJECT_ENVIRONMENT=${{ matrix.pyvers }}" >> $GITHUB_ENV
31-
- run: ls && uv pip install dist/choreographer*.whl
31+
- run: ls && export && uv pip install dist/choreographer*.whl
3232

3333
# different versions of chrome
3434

0 commit comments

Comments
 (0)