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 f91f98f commit 9fd81dfCopy full SHA for 9fd81df
.github/workflows/ci.yml
@@ -43,7 +43,7 @@ jobs:
43
pip install -r requirements.txt
44
- name: Run Tests
45
env:
46
- REDIS_HOST: redis
+ REDIS_HOST: localhost
47
REDIS_PORT: 6379
48
run: |
49
papermill scikit_learn/ScikitLearn2Production.ipynb -
0 commit comments