Skip to content

Commit b38170e

Browse files
aws deps
1 parent 7048aa5 commit b38170e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

+2
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ jobs:
3636
virtualenvs-in-project: false
3737
- name: Install dependencies
3838
run: poetry install
39+
- name: Install aws deps
40+
run: poetry run pip install boto3 sagemaker botocore
3941
- name: Test
4042
run: poetry run pytest .
4143
env:

0 commit comments

Comments
 (0)