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 39742e7 commit d5f527eCopy full SHA for d5f527e
.github/workflows/python-package.yml
@@ -228,10 +228,10 @@ jobs:
228
if: matrix.python-version != 'mingw64'
229
run: make ci-prebuild
230
- uses: actions/download-artifact@v5
231
- with:
232
- pattern: 'wheel-.*'
233
- path: 'wheelhouse'
234
- merge-multiple: true
+ with:
+ pattern: 'wheel-.*'
+ path: 'wheelhouse'
+ merge-multiple: true
235
- name: Install wheel for environment
236
run: pip install --no-index --find-links wheelhouse opentimelineio
237
- name: Run tests w/ python coverage
0 commit comments