diff --git a/.github/workflows/ci_workflow.yml b/.github/workflows/ci_workflow.yml index 9c6a5ff0..b362e4d3 100644 --- a/.github/workflows/ci_workflow.yml +++ b/.github/workflows/ci_workflow.yml @@ -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 @@ -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