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 2e41eee commit a310b4cCopy full SHA for a310b4c
.github/workflows/ci.yml
@@ -44,8 +44,8 @@ jobs:
44
with:
45
python-version: ${{ matrix.python-version }}
46
47
- - name: Install Python wheel
48
- run: pip install -U wheel boto3 certifi
+ - name: Install Python dependencies
+ run: pip install -U certifi
49
50
- name: Install Package
51
run: make install
@@ -66,14 +66,8 @@ jobs:
66
67
python-version: "3.x"
68
69
70
- run: pip install wheel boto3
71
-
72
- - name: Update cert
73
- run: pip install certifi -U
74
75
- - name: Install deps
76
- run: pip install .[dev]
77
78
79
shell: pwsh
0 commit comments