Skip to content

Commit 389f1d3

Browse files
committed
🐛 Fix action
1 parent bc86b36 commit 389f1d3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/python.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ jobs:
8181
run: poetry run pytest -vv --cov="tarsier" .
8282
env:
8383
TARSIER_GOOGLE_OCR_CREDENTIALS: ${{ secrets.TARSIER_GOOGLE_OCR_CREDENTIALS }}
84+
TARSIER_MICROSOFT_OCR_CREDENTIALS: ${{ secrets.TARSIER_MICROSOFT_OCR_CREDENTIALS }}
8485

8586
publish:
8687
needs: [check-version, ruff, mypy, pytest]

0 commit comments

Comments
 (0)