Skip to content

Commit 8d8033c

Browse files
committed
run mypy on multiple versions
1 parent 11da915 commit 8d8033c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/on-pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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"]'
55+
python_versions_json: '["3.10", "3.11", "3.12", "3.13"]'
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)