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 c9dd9b4 commit ce1b28bCopy full SHA for ce1b28b
.github/workflows/pr-checks.yml
@@ -66,7 +66,7 @@ jobs:
66
run: |
67
export PYTHONPATH="$PYTHONPATH:$PWD"
68
python -m pip install --upgrade pip
69
- pip install scikit-learn sagemaker setuptools awscli
+ pip install scikit-learn setuptools awscli
70
pip install -e ".[codegen]"
71
- name: Configure AWS Credentials
72
uses: aws-actions/configure-aws-credentials@v4
@@ -235,4 +235,4 @@ jobs:
235
pylint $python_files --persistent=y --fail-under=8
236
- name: Run Black Check
237
238
- black --check .
+ black --check .
0 commit comments