Skip to content

Commit

Permalink
[BLD]: use lower core count for Python cluster tests (#3304)
Browse files Browse the repository at this point in the history
  • Loading branch information
codetheweb authored Dec 23, 2024
1 parent 4488279 commit 0fd6022
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/_python-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
fail-fast: false
matrix:
python: ${{fromJson(inputs.python_versions)}}
platform: ["depot-ubuntu-22.04-16"]
platform: ["depot-ubuntu-22.04-4"]
test-globs: ["chromadb/test/db/test_system.py",
"chromadb/test/api/test_collection.py",
"chromadb/test/api/test_limit_offset.py",
Expand Down

0 comments on commit 0fd6022

Please sign in to comment.