Skip to content

Commit d2d472f

Browse files
committed
create schema before running tests
1 parent fdd0c62 commit d2d472f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
fail-fast: true
99
matrix:
1010
os: [ ubuntu-latest ]
11-
python-version: ['3.13']
11+
python-version: ['3.9', '3.13']
1212

1313
steps:
1414
- name: Check out python-select-ai repository code
@@ -27,6 +27,7 @@ jobs:
2727
2828
- name: Run select_ai tests
2929
run: |
30+
pytest tests/create_schema.py
3031
pytest -vv
3132
env:
3233
PYSAI_TEST_USER: ${{ secrets.PYSAI_TEST_USER }}

0 commit comments

Comments
 (0)