Skip to content

Commit 549b15c

Browse files
committed
Added discrete step for installing otio
Signed-off-by: Eric Reinecke <[email protected]>
1 parent e2653c4 commit 549b15c

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/python-package.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,9 +121,12 @@ jobs:
121121
python -m pip install --upgrade pip setuptools wheel "flake8>=3.5" check-manifest
122122
- name: Run check-manifest and lint check
123123
run: make ci-prebuild
124-
- name: Build and Install
124+
- name: Install test dependencies
125125
run: |
126-
python -m pip install -r tests/requirements.txt -v --break-system-packages
126+
python -m pip install --upgrade -r tests/requirements.txt
127+
- name: Build and Install OpenTimelineIO
128+
run: |
129+
python -m pip install . -v --break-system-packages
127130
- name: Run tests w/ python coverage
128131
run: make ci-postbuild
129132
# (only on GH_COV_OS and GH_COV_PY)

0 commit comments

Comments
 (0)