Skip to content

Commit d5f527e

Browse files
committed
fixed indentation issue in workflow yml
Signed-off-by: Eric Reinecke <[email protected]>
1 parent 39742e7 commit d5f527e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/python-package.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -228,10 +228,10 @@ jobs:
228228
if: matrix.python-version != 'mingw64'
229229
run: make ci-prebuild
230230
- uses: actions/download-artifact@v5
231-
with:
232-
pattern: 'wheel-.*'
233-
path: 'wheelhouse'
234-
merge-multiple: true
231+
with:
232+
pattern: 'wheel-.*'
233+
path: 'wheelhouse'
234+
merge-multiple: true
235235
- name: Install wheel for environment
236236
run: pip install --no-index --find-links wheelhouse opentimelineio
237237
- name: Run tests w/ python coverage

0 commit comments

Comments
 (0)