Compare commits

...

1 Commits

Author SHA1 Message Date
Will Jones
1d954c7360 try windows CI 2023-12-20 11:42:52 -08:00

View File

@@ -44,12 +44,19 @@ jobs:
run: pytest -m "not slow" -x -v --durations=30 tests run: pytest -m "not slow" -x -v --durations=30 tests
- name: doctest - name: doctest
run: pytest --doctest-modules lancedb run: pytest --doctest-modules lancedb
mac: platform:
name: "Platform: ${{ matrix.config.name }}"
timeout-minutes: 30 timeout-minutes: 30
strategy: strategy:
matrix: matrix:
mac-runner: [ "macos-13", "macos-13-xlarge" ] config:
runs-on: "${{ matrix.mac-runner }}" - name: x86 Mac
runner: macos-13
- name: Arm Mac
runner: macos-13-xlarge
- name: x86 Windows
runner: windows-latest
runs-on: "${{ matrix.config.runner }}"
defaults: defaults:
run: run:
shell: bash shell: bash