Skip to content

Commit 198059b

Browse files
committed
Arbitrary comment change to trigger tests
1 parent b3bf2e0 commit 198059b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/app-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
strategy:
2828
fail-fast: false
2929
matrix:
30-
os: ["ubuntu-latest", "macos-latest-xlarge", "macos-13"]
30+
os: ["ubuntu-latest", "macos-latest-xlarge", "macos-13", "windows-latest"]
3131
python_version: ["3.10", "3.11", "3.12"]
3232
exclude:
3333
- os: macos-latest-xlarge

src/backend/fastapi_app/prompts/query.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ You have access to an Azure PostgreSQL database with an items table that has col
33
Generate a search query based on the conversation and the new question.
44
If the question is not in English, translate the question to English before generating the search query.
55
If you cannot generate a search query, return the original user question.
6-
DO NOT return anything besides the query!
6+
DO NOT return anything besides the query.

0 commit comments

Comments
 (0)