Skip to content

Commit 626e9cf

Browse files
committed
Merge branch 'RB-10.3' into main
2 parents 3da2772 + 6eaed51 commit 626e9cf

File tree

1 file changed

+1
-19
lines changed

1 file changed

+1
-19
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,7 @@ jobs:
3333
linux-python2,
3434
linux-python2-debug,
3535
linux-python3,
36-
macos-python2,
37-
windows-python3,
38-
windows-python3-debug
36+
macos-python2
3937
]
4038

4139
include:
@@ -77,22 +75,6 @@ jobs:
7775
tests: testCore testCorePython testScene testImage testAlembic testUSD testVDB
7876
publish: true
7977

80-
- name: windows-python3
81-
os: windows-2016
82-
buildType: RELEASE
83-
options: .github/workflows/main/options.windows
84-
dependenciesURL: https://github.com/hypothetical-inc/gafferDependencies/releases/download/3.1.1/gafferDependencies-3.1.1-Python3-windows.zip
85-
tests: testCore testCorePython testScene testImage testAlembic testUSD testVDB
86-
publish: false
87-
88-
- name: windows-python3-debug
89-
os: windows-2016
90-
buildType: RELWITHDEBINFO
91-
options: .github/workflows/main/options.windows
92-
dependenciesURL: https://github.com/hypothetical-inc/gafferDependencies/releases/download/3.1.1/gafferDependencies-3.1.1-Python3-windows.zip
93-
tests: testCore testCorePython testScene testImage testAlembic testUSD testVDB
94-
publish: false
95-
9678
runs-on: ${{ matrix.os }}
9779

9880
container: ${{ matrix.containerImage }}

0 commit comments

Comments
 (0)