Skip to content

Commit

Permalink
site
Browse files Browse the repository at this point in the history
Signed-off-by: Cary Phillips <[email protected]>
  • Loading branch information
cary-ilm committed Aug 5, 2024
1 parent 42e0e08 commit 0354627
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
image: aswf/ci-openexr:${{ matrix.vfx-cy }}
strategy:
matrix:
build: [1, 2, 3, 4, 5, 6, 7, 8, 9]
build: [1]
include:
# -------------------------------------------------------------------
# GCC, VFX CY2024
Expand Down Expand Up @@ -223,7 +223,7 @@ jobs:
run: |
# Confirm the python module loads. Query the site-packages directory and substitute ../_install
find ../_install
python -c "import site; print(site)"
python -c "import site; print(f'USER_SITE={site.USER_SITE} USER_BASE={site.USER_BASE}')"
export PYTHONPATH=`python -c "import site; print('../_install%s' % site.USER_SITE[len(site.USER_BASE):])"`
python -c "import imath;print(imath.__version__)"
# Make sure we can build the tests when configured as a
Expand Down

0 comments on commit 0354627

Please sign in to comment.