Skip to content

Commit

Permalink
Run non-threaded sanity check for integration
Browse files Browse the repository at this point in the history
  • Loading branch information
vemel committed Dec 19, 2024
1 parent 5615ffe commit 02337e7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/aio_sanity_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,4 +85,4 @@ jobs:
--no-smart-version
- name: Check output
run: |
uv run ./scripts/check_output.py -p ./mypy_boto3_output --threads 4
uv run ./scripts/check_output.py -p ./mypy_boto3_output
2 changes: 1 addition & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,4 @@ jobs:
version: "latest"
- name: Check output
run: |
uv run scripts/check_output.py -p ./mypy_boto3_output -d --threads 4
uv run scripts/check_output.py -p ./mypy_boto3_output
2 changes: 1 addition & 1 deletion .github/workflows/integration_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ jobs:
--no-smart-version
- name: Check output
run: |
uv run ./scripts/check_output.py -p ./mypy_boto3_output --threads 4
uv run ./scripts/check_output.py -p ./mypy_boto3_output

0 comments on commit 02337e7

Please sign in to comment.