We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61a8b42 commit 742dc6cCopy full SHA for 742dc6c
.github/workflows/python-package.yml
@@ -197,6 +197,7 @@ jobs:
197
python -m pip install --break-system-packages --upgrade -r tests/requirements.txt
198
- name: Build and Install OpenTimelineIO
199
run: |
200
+ ls -1 sdist/
201
pkg=`ls -1 sdist/opentimelineio-*.tar.gz` python -m pip install $pkg -v --break-system-packages
202
- name: Run tests w/ python coverage
203
run: make ci-postbuild
0 commit comments