Skip to content

Commit fb1855b

Browse files
datapythonistajorisvandenbossche
authored andcommitted
CI: Fix slow mamba solver issue by limiting boto3 version (pandas-dev#61594)
1 parent 47645fe commit fb1855b

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

ci/deps/actions-310-minimum_versions.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ dependencies:
1818
- pytest-xdist>=2.2.0
1919
- pytest-localserver>=0.7.1
2020
- pytest-qt>=4.2.0
21-
- boto3
21+
- boto3=1.37.3
2222

2323
# required dependencies
2424
- python-dateutil=2.8.2

ci/deps/actions-310.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ dependencies:
1515
- pytest-cov
1616
- pytest-xdist>=2.2.0
1717
- pytest-qt>=4.2.0
18-
- boto3
18+
- boto3=1.37.3
1919

2020
# required dependencies
2121
- python-dateutil

ci/deps/actions-311-downstream_compat.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ dependencies:
1717
- pytest-xdist>=2.2.0
1818
- pytest-localserver>=0.7.1
1919
- pytest-qt>=4.2.0
20-
- boto3
20+
- boto3=1.37.3
2121

2222
# required dependencies
2323
- python-dateutil

ci/deps/actions-311.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ dependencies:
1515
- pytest-cov
1616
- pytest-xdist>=2.2.0
1717
- pytest-qt>=4.2.0
18-
- boto3
18+
- boto3=1.37.3
1919

2020
# required dependencies
2121
- python-dateutil

ci/deps/actions-312.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ dependencies:
1515
- pytest-cov
1616
- pytest-xdist>=2.2.0
1717
- pytest-qt>=4.2.0
18-
- boto3
18+
- boto3=1.37.3
1919

2020
# required dependencies
2121
- python-dateutil

0 commit comments

Comments
 (0)