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: os:
required: false required: false
type: string type: string
default: '["ubuntu-22.04", "macos-15", "windows-latest"]' default: '["ubuntu-22.04", "macos-15", "windows-latest"]'
secrets: secrets:
LLM_PROVIDER: LLM_PROVIDER:
required: true required: true
@ -119,7 +119,7 @@ jobs:
strategy: strategy:
matrix: matrix:
python-version: ${{ fromJSON(inputs.python-versions) }} python-version: ${{ fromJSON(inputs.python-versions) }}
os: ${{ fromJSON(inputs.os) }} os: ${{ fromJSON(inputs.os) }}
fail-fast: false fail-fast: false
steps: steps:
- name: Check out - name: Check out

View file

@ -96,7 +96,7 @@ jobs:
with: with:
python-versions: '["3.13.x"]' python-versions: '["3.13.x"]'
os: '["macos-15", "windows-latest"]' os: '["macos-15", "windows-latest"]'
secrets: inherit secrets: inherit
# Matrix-based vector database tests # Matrix-based vector database tests
vector-db-tests: vector-db-tests: