We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d8033c commit 8be8206Copy full SHA for 8be8206
.github/workflows/on-pr.yaml
@@ -38,7 +38,7 @@ jobs:
38
uses: './.github/workflows/testing-unit.yaml'
39
secrets: inherit
40
with:
41
- python_versions_json: '["3.10"]'
+ python_versions_json: '["3.10", "3.11", "3.12", "3.13"]'
42
43
create-project:
44
uses: './.github/workflows/project-setup.yaml'
@@ -52,7 +52,7 @@ jobs:
52
- create-project
53
54
encrypted_project_api_key: ${{ needs.create-project.outputs.encrypted_project_api_key }}
55
- python_versions_json: '["3.10", "3.11", "3.12", "3.13"]'
+ python_versions_json: '["3.10"]'
56
dense_index_host: ${{ needs.create-project.outputs.index_host_dense }}
57
sparse_index_host: ${{ needs.create-project.outputs.index_host_sparse }}
58
0 commit comments