mirror of
https://github.com/qdrant/fastembed.git
synced 2026-09-23 06:27:51 -05:00
Compare commits
2
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
494f21fca9 | ||
|
|
edf1d52e4b |
@@ -2,7 +2,7 @@ name: Tests
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ master, main ]
|
||||
branches: [ main ]
|
||||
schedule:
|
||||
- cron: 0 0 * * *
|
||||
pull_request:
|
||||
@@ -23,8 +23,19 @@ jobs:
|
||||
- '3.12.x'
|
||||
os:
|
||||
- ubuntu-latest
|
||||
- macos-latest
|
||||
- windows-latest
|
||||
include:
|
||||
- os: macos-latest
|
||||
python-version: '3.8.x'
|
||||
if: >-
|
||||
${{ !contains(github.ref, 'refs/heads/gpu') &&
|
||||
github.event_name != 'pull_request' ||
|
||||
github.event.pull_request.base.ref != 'gpu' }}
|
||||
- os: windows-latest
|
||||
python-version: '3.8.x'
|
||||
if: >-
|
||||
${{ !contains(github.ref, 'refs/heads/gpu') &&
|
||||
github.event_name != 'pull_request' ||
|
||||
github.event.pull_request.base.ref != 'gpu' }}
|
||||
|
||||
runs-on: ${{ matrix.os }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user