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 9dcb89a commit 761405dCopy full SHA for 761405d
.github/workflows/ci.yml
@@ -183,7 +183,7 @@ jobs:
183
run: poetry run pip show pypdfium2
184
185
- name: Huggingface Hub Login
186
- run: huggingface-cli login --token $HUGGINGFACE_API_KEY
+ run: poetry run huggingface-cli login --token $HUGGINGFACE_API_KEY
187
188
- name: Execute notebooks and check for errors
189
run: ./.github/workflows/scripts/run_notebooks.sh
0 commit comments