Skip to content

Commit 1d135db

Browse files
CI : Testing
1 parent 8f9b852 commit 1d135db

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
branches:
77
- main
88
- 'RB-*'
9+
- 'macCI'
910
pull_request:
1011
branches:
1112
- main

contrib/IECoreUSD/test/IECoreUSD/SceneCacheFileFormatTest.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@
4747
import IECoreScene
4848
import IECoreUSD
4949

50-
@unittest.skipIf( IECore.TestUtil.inMacCI(), "plugInfo.json fails to register on GitHub Actions macOS container." )
5150
class SceneCacheFileFormatTest( unittest.TestCase ) :
5251

5352
def setUp( self ) :

0 commit comments

Comments
 (0)