|
89 | 89 | cmake ${{ github.workspace }}/tests/consumer -DCMAKE_PREFIX_PATH=${{ env.OTIO_INSTALL_DIR }} |
90 | 90 |
|
91 | 91 | py_smoketest_build: |
92 | | - runs-on: ${{ env.GH_COV_OS }} |
| 92 | + # Ideally this would be ${{ env.GH_COV_OS }} - but github doens't allow it |
| 93 | + runs-on: ubuntu-latest |
93 | 94 | strategy: |
94 | 95 | matrix: |
95 | 96 | python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"] |
|
99 | 100 | shell: "bash {0}" |
100 | 101 |
|
101 | 102 | env: |
102 | | - OTIO_CXX_COVERAGE_BUILD: ON |
| 103 | + OTIO_CXX_COVERAGE_BUILD: 'ON' |
103 | 104 | OTIO_CXX_BUILD_TMP_DIR: ${{ github.workspace }}/build |
104 | 105 |
|
105 | 106 | steps: |
@@ -155,6 +156,8 @@ jobs: |
155 | 156 | python-build: ["cp39", "cp310", "cp311", "cp312", "cp313"] |
156 | 157 | steps: |
157 | 158 | - uses: actions/checkout@v4 |
| 159 | + with: |
| 160 | + submodules: "recursive" |
158 | 161 |
|
159 | 162 | - name: Build wheels (Python 3) |
160 | 163 | |
@@ -194,13 +197,11 @@ jobs: |
194 | 197 | shell: "${{ matrix.shell }} {0}" |
195 | 198 |
|
196 | 199 | env: |
197 | | - OTIO_CXX_COVERAGE_BUILD: ON |
| 200 | + OTIO_CXX_COVERAGE_BUILD: 'ON' |
198 | 201 | OTIO_CXX_BUILD_TMP_DIR: ${{ github.workspace }}/build |
199 | 202 |
|
200 | 203 | steps: |
201 | 204 | - uses: actions/checkout@v4 |
202 | | - with: |
203 | | - submodules: "recursive" |
204 | 205 | - name: Set up MSYS2 |
205 | 206 | if: matrix.python-version == 'mingw64' |
206 | 207 | uses: msys2/setup-msys2@v2 |
|
0 commit comments