Remove trailing whitespaces
This commit is contained in:
parent
e5df629ff3
commit
b30b52921a
2 changed files with 3 additions and 3 deletions
|
|
@ -13,7 +13,7 @@ on:
|
|||
os:
|
||||
required: false
|
||||
type: string
|
||||
default: '["ubuntu-22.04", "macos-15", "windows-latest"]'
|
||||
default: '["ubuntu-22.04", "macos-15", "windows-latest"]'
|
||||
secrets:
|
||||
LLM_PROVIDER:
|
||||
required: true
|
||||
|
|
@ -119,7 +119,7 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
python-version: ${{ fromJSON(inputs.python-versions) }}
|
||||
os: ${{ fromJSON(inputs.os) }}
|
||||
os: ${{ fromJSON(inputs.os) }}
|
||||
fail-fast: false
|
||||
steps:
|
||||
- name: Check out
|
||||
|
|
|
|||
2
.github/workflows/test_suites.yml
vendored
2
.github/workflows/test_suites.yml
vendored
|
|
@ -96,7 +96,7 @@ jobs:
|
|||
with:
|
||||
python-versions: '["3.13.x"]'
|
||||
os: '["macos-15", "windows-latest"]'
|
||||
secrets: inherit
|
||||
secrets: inherit
|
||||
|
||||
# Matrix-based vector database tests
|
||||
vector-db-tests:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue