mirror of
https://github.com/qdrant/fastembed.git
synced 2026-07-31 15:11:40 -05:00
fix: do not run windows and mac os tests on gpu branch
This commit is contained in:
19
.github/workflows/python-tests.yml
vendored
19
.github/workflows/python-tests.yml
vendored
@@ -1,10 +1,11 @@
|
||||
name: Tests
|
||||
run-name: Tests (gpu)
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
branches: [ master, main, gpu ]
|
||||
workflow_dispatch:
|
||||
|
||||
|
||||
|
||||
env:
|
||||
CARGO_TERM_COLOR: always
|
||||
@@ -21,22 +22,6 @@ jobs:
|
||||
- '3.13.x'
|
||||
os:
|
||||
- ubuntu-latest
|
||||
- macos-latest
|
||||
- windows-latest
|
||||
exclude:
|
||||
# Exclude 3.10–3.12 for macOS and Windows
|
||||
- os: macos-latest
|
||||
python-version: '3.10.x'
|
||||
- os: macos-latest
|
||||
python-version: '3.11.x'
|
||||
- os: macos-latest
|
||||
python-version: '3.12.x'
|
||||
- os: windows-latest
|
||||
python-version: '3.10.x'
|
||||
- os: windows-latest
|
||||
python-version: '3.11.x'
|
||||
- os: windows-latest
|
||||
python-version: '3.12.x'
|
||||
|
||||
runs-on: ${{ matrix.os }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user