Skip to content

Commit a310b4c

Browse files
committed
Simplified Python deps installation
1 parent 2e41eee commit a310b4c

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ jobs:
4444
with:
4545
python-version: ${{ matrix.python-version }}
4646

47-
- name: Install Python wheel
48-
run: pip install -U wheel boto3 certifi
47+
- name: Install Python dependencies
48+
run: pip install -U certifi
4949

5050
- name: Install Package
5151
run: make install
@@ -66,14 +66,8 @@ jobs:
6666
with:
6767
python-version: "3.x"
6868

69-
- name: Install Python wheel
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]
69+
- name: Install Python dependencies
70+
run: pip install -U certifi
7771

7872
- name: Install Package
7973
shell: pwsh

0 commit comments

Comments
 (0)