Skip to content

Commit 8be8206

Browse files
committed
Fix typo
1 parent 8d8033c commit 8be8206

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/on-pr.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
uses: './.github/workflows/testing-unit.yaml'
3939
secrets: inherit
4040
with:
41-
python_versions_json: '["3.10"]'
41+
python_versions_json: '["3.10", "3.11", "3.12", "3.13"]'
4242

4343
create-project:
4444
uses: './.github/workflows/project-setup.yaml'
@@ -52,7 +52,7 @@ jobs:
5252
- create-project
5353
with:
5454
encrypted_project_api_key: ${{ needs.create-project.outputs.encrypted_project_api_key }}
55-
python_versions_json: '["3.10", "3.11", "3.12", "3.13"]'
55+
python_versions_json: '["3.10"]'
5656
dense_index_host: ${{ needs.create-project.outputs.index_host_dense }}
5757
sparse_index_host: ${{ needs.create-project.outputs.index_host_sparse }}
5858

0 commit comments

Comments
 (0)