Skip to content

Commit 742dc6c

Browse files
committed
adding a debugging ls
Signed-off-by: Eric Reinecke <[email protected]>
1 parent 61a8b42 commit 742dc6c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,7 @@ jobs:
197197
python -m pip install --break-system-packages --upgrade -r tests/requirements.txt
198198
- name: Build and Install OpenTimelineIO
199199
run: |
200+
ls -1 sdist/
200201
pkg=`ls -1 sdist/opentimelineio-*.tar.gz` python -m pip install $pkg -v --break-system-packages
201202
- name: Run tests w/ python coverage
202203
run: make ci-postbuild

0 commit comments

Comments
 (0)