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 a76e051 commit ec030a9Copy full SHA for ec030a9
.github/workflows/python-package.yml
@@ -197,7 +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
- python -m pip install ./sdist/opentimelineio-*.tar.gz -v --break-system-packages
+ pkg=`ls -1 sdist/opentimelineio-*.tar.gz` python -m pip install $pkg -v --break-system-packages
201
- name: Run tests w/ python coverage
202
run: make ci-postbuild
203
0 commit comments