Skip to content

Commit ce1b28b

Browse files
authored
Remove sagemaker from integ test dependency (#272)
1 parent c9dd9b4 commit ce1b28b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pr-checks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
run: |
6767
export PYTHONPATH="$PYTHONPATH:$PWD"
6868
python -m pip install --upgrade pip
69-
pip install scikit-learn sagemaker setuptools awscli
69+
pip install scikit-learn setuptools awscli
7070
pip install -e ".[codegen]"
7171
- name: Configure AWS Credentials
7272
uses: aws-actions/configure-aws-credentials@v4
@@ -235,4 +235,4 @@ jobs:
235235
pylint $python_files --persistent=y --fail-under=8
236236
- name: Run Black Check
237237
run: |
238-
black --check .
238+
black --check .

0 commit comments

Comments
 (0)