Skip to content

Commit

Permalink
Try with >= --pre and --only-binary=:all:
Browse files Browse the repository at this point in the history
  • Loading branch information
JeanChristopheMorinPerso authored Nov 4, 2023
1 parent 0f949e8 commit 2556a7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
if [[ "${{ matrix.otio-version }}" == "main" ]]; then
pip install "git+https://github.com/AcademySoftwareFoundation/OpenTimelineIO.git"
else
pip install -vvv OpenTimelineIO==${{ matrix.otio-version }}
pip install -vvv OpenTimelineIO>=${{ matrix.otio-version }} --pre --only-binary :all:
fi
pip install flake8 pytest pytest-cov
shell: bash
Expand Down

0 comments on commit 2556a7b

Please sign in to comment.