We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7048aa5 commit b38170eCopy full SHA for b38170e
.github/workflows/ci.yml
@@ -36,6 +36,8 @@ jobs:
36
virtualenvs-in-project: false
37
- name: Install dependencies
38
run: poetry install
39
+ - name: Install aws deps
40
+ run: poetry run pip install boto3 sagemaker botocore
41
- name: Test
42
run: poetry run pytest .
43
env:
0 commit comments