File tree Expand file tree Collapse file tree 2 files changed +18
-0
lines changed
python/IECoreRenderManTest Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -257,6 +257,7 @@ jobs:
257257 run : ./.github/workflows/main/installRenderMan.py --version 26.3 --outputFormat "RMANTREE={rmanTree}" >> $GITHUB_ENV
258258 shell : bash
259259 env :
260+ LD_DEBUG : files
260261 RENDERMAN_DOWNLOAD_USER : ${{ secrets.RENDERMAN_DOWNLOAD_USER }}
261262 RENDERMAN_DOWNLOAD_PASSWORD : ${{ secrets.RENDERMAN_DOWNLOAD_PASSWORD }}
262263 RENDERMAN_LICENSE_PASSPHRASE : ${{ secrets.RENDERMAN_LICENSE_PASSPHRASE }}
Original file line number Diff line number Diff line change 3434#
3535##########################################################################
3636
37+ print ( "importing native modules" )
38+
3739import math
3840import os
3941import time
4042import unittest
4143
44+ print ( "importing imath" )
45+
4246import imath
4347
48+ print ( "importing openimageio" )
49+
4450import OpenImageIO
4551
52+ print ( "importing cortex" )
53+
4654import IECore
4755import IECoreImage
4856import IECoreScene
57+
58+ print ( "importing IECoreRenderMan" )
59+
60+ import IECoreRenderMan
61+
62+ print ( "importing IECoreRenderManTest" )
63+
4964import IECoreRenderManTest
5065
66+ print ( "importing Gaffer bits" )
67+
5168import GafferTest
5269import GafferScene
5370
You can’t perform that action at this time.
0 commit comments