Skip to content

Commit

Permalink
Use *Python* 3.13 for *OpenImageIO*.
Browse files Browse the repository at this point in the history
  • Loading branch information
KelSolaar committed Dec 15, 2024
1 parent f364234 commit 0a70daf
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,10 @@ jobs:
uv run python -c "import imageio;imageio.plugins.freeimage.download()"
shell: bash
- name: Install OpenImageIO (macOs)
if: matrix.os == 'macOS-latest' && matrix.python-version == '3.12'
if: matrix.os == 'macOS-latest' && matrix.python-version == '3.13'
run: |
brew install openimageio
ln -s /opt/homebrew/Cellar/openimageio/*/lib/python*/site-packages/OpenImageIO/OpenImageIO*.so ./.venv/lib/python3.12/site-packages/OpenImageIO.so
ln -s /opt/homebrew/Cellar/openimageio/*/lib/python*/site-packages/OpenImageIO/OpenImageIO*.so ./.venv/lib/python${{ matrix.python-version }}/site-packages/OpenImageIO.so
uv run python -c "import OpenImageIO;print(OpenImageIO.__version__)"
shell: bash
- name: Pre-Commit (All Files)
Expand Down

0 comments on commit 0a70daf

Please sign in to comment.