Skip to content

Commit 65acdaa

Browse files
committed
[skip ci] update workflows
1 parent d27bfa4 commit 65acdaa

File tree

3 files changed

+2510
-3072
lines changed

3 files changed

+2510
-3072
lines changed

.github/workflows/static-checking.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,6 @@ jobs:
4444
- name: Run mypy check
4545
run: uv run mypy --install-types --non-interactive awswrangler
4646
working-directory: ${{ github.workspace }}
47-
- name: Run mypy check
48-
run: uv run mypy --install-types --non-interactive awswrangler
49-
working-directory: ${{ github.workspace }}
5047
- name: Run documentation check
5148
run: uv run doc8 --max-line-length 120 docs/source
5249
working-directory: ${{ github.workspace }}

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,10 @@ Documentation = "https://aws-sdk-pandas.readthedocs.io/"
6565

6666
[dependency-groups]
6767
dev = [
68+
"pip",
6869
"setuptools",
6970
"wheel>=0.45.1,<0.46",
7071
"msgpack",
71-
"poetry>=2.0.1,<3",
7272
"boto3-stubs[athena, cleanrooms, chime, cloudwatch, dynamodb, ec2, emr, emr-serverless, glue, kms, logs, neptune, opensearch, opensearchserverless, quicksight, rds, rds-data, redshift, redshift-data, s3, secretsmanager, ssm, sts, timestream-query, timestream-write]>=1.36.2,<2",
7373
"doc8~=1.1",
7474
"mypy~=1.14",

0 commit comments

Comments
 (0)