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 e2653c4 commit 549b15cCopy full SHA for 549b15c
.github/workflows/python-package.yml
@@ -121,9 +121,12 @@ jobs:
121
python -m pip install --upgrade pip setuptools wheel "flake8>=3.5" check-manifest
122
- name: Run check-manifest and lint check
123
run: make ci-prebuild
124
- - name: Build and Install
+ - name: Install test dependencies
125
run: |
126
- python -m pip install -r tests/requirements.txt -v --break-system-packages
+ 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
130
- name: Run tests w/ python coverage
131
run: make ci-postbuild
132
# (only on GH_COV_OS and GH_COV_PY)
0 commit comments