mirror of
https://github.com/qdrant/fastembed.git
synced 2026-08-06 01:50:59 -05:00
debug: fix workflow
This commit is contained in:
7
.github/workflows/python-tests.yml
vendored
7
.github/workflows/python-tests.yml
vendored
@@ -21,16 +21,17 @@ jobs:
|
||||
- '3.10.x'
|
||||
- '3.11.x'
|
||||
- '3.12.x'
|
||||
os: [ ubuntu-latest ]
|
||||
os:
|
||||
- ubuntu-latest
|
||||
include:
|
||||
- os: macos-latest
|
||||
python-version: [ '3.8.x', '3.9.x', '3.10.x', '3.11.x', '3.12.x' ]
|
||||
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', '3.9.x', '3.10.x', '3.11.x', '3.12.x' ]
|
||||
python-version: '3.8.x'
|
||||
if: >-
|
||||
${{ !contains(github.ref, 'refs/heads/gpu') &&
|
||||
github.event_name != 'pull_request' ||
|
||||
|
||||
Reference in New Issue
Block a user