Skip to content

Commit

Permalink
find
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 711ba88 commit 42e0e08
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,8 @@ jobs:
- name: Examples
run: |
# Confirm the python module loads. Query the site-packages directory and substitute ../_install
find ../_install
python -c "import site; print(site)"
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 42e0e08

Please sign in to comment.