Remove trailing whitespaces

This commit is contained in:
Pavel Zorin 2025-10-30 13:08:09 +03:00
parent e5df629ff3
commit b30b52921a
2 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -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: