Skip to content

Commit 194fbb0

Browse files
committed
Remove duplicated workflow
Signed-off-by: Julien Jerphanion <git@jjerphan.xyz>
1 parent f380a1a commit 194fbb0

File tree

1 file changed

+1
-25
lines changed

1 file changed

+1
-25
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -377,32 +377,8 @@ jobs:
377377
pytest_xdist_mode: ${{matrix.pytest_xdist_mode}}
378378
pytest_args: ${{inputs.pytest_args}}
379379

380-
python-tests-macos:
381-
needs: [common_config]
382-
strategy:
383-
fail-fast: false
384-
matrix:
385-
python3: ${{fromJson(vars.MACOS_PYTHON_VERSIONS || '[8, 9, 10, 11, 12, 13]')}}
386-
include:
387-
- python_deps_ids: [""]
388-
matrix_override: ${{fromJson(needs.common_config.outputs.macos_matrix)}}
389-
pytest_xdist_mode: "-n auto"
390-
name: 3.${{matrix.python3}} macOS
391-
uses: ./.github/workflows/build_steps.yml
392-
secrets: inherit
393-
permissions: {packages: write}
394-
with:
395-
job_type: python-tests
396-
python3: ${{matrix.python3}}
397-
cmake_preset_type: ${{needs.common_config.outputs.cmake_preset_type_resolved}}
398-
matrix: ${{toJson(matrix.matrix_override)}}
399-
python_deps_ids: ${{toJson(matrix.python_deps_ids)}}
400-
persistent_storage: ${{ inputs.persistent_storage }}
401-
pytest_xdist_mode: ${{matrix.pytest_xdist_mode}}
402-
pytest_args: ${{inputs.pytest_args}}
403-
404380
can_merge:
405-
needs: [cpp-test-linux, cpp-test-windows, cpp-test-macos, build-python-wheels-linux, build-python-wheels-windows, build-python-wheels-macos, python-tests-macos, persistent_storage_verify_linux, persistent_storage_verify_windows]
381+
needs: [cpp-test-linux, cpp-test-windows, cpp-test-macos, build-python-wheels-linux, build-python-wheels-windows, build-python-wheels-macos, persistent_storage_verify_linux, persistent_storage_verify_windows]
406382
if: |
407383
always() &&
408384
!failure() &&

0 commit comments

Comments
 (0)