mirror of
https://github.com/Unstructured-IO/unstructured.git
synced 2025-12-27 23:24:27 +00:00
refactor(ci): remove unused environment variables (#3568)
This PR removes the unused env `TABLE_OCR` from CI.
This commit is contained in:
parent
09d84bc46b
commit
affd997c39
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -362,7 +362,6 @@ jobs:
|
||||
PINECONE_API_KEY: ${{secrets.PINECONE_API_KEY}}
|
||||
ASTRA_DB_APPLICATION_TOKEN: ${{secrets.ASTRA_DB_TOKEN}}
|
||||
ASTRA_DB_API_ENDPOINT: ${{secrets.ASTRA_DB_ENDPOINT}}
|
||||
TABLE_OCR: "tesseract"
|
||||
OCR_AGENT: "unstructured.partition.utils.ocr_models.tesseract_ocr.OCRAgentTesseract"
|
||||
CI: "true"
|
||||
run: |
|
||||
@ -433,7 +432,6 @@ jobs:
|
||||
DATABRICKS_USERNAME: ${{secrets.DATABRICKS_USERNAME}}
|
||||
DATABRICKS_PASSWORD: ${{secrets.DATABRICKS_PASSWORD}}
|
||||
DATABRICKS_CATALOG: ${{secrets.DATABRICKS_CATALOG}}
|
||||
TABLE_OCR: "tesseract"
|
||||
OCR_AGENT: "unstructured.partition.utils.ocr_models.tesseract_ocr.OCRAgentTesseract"
|
||||
CI: "true"
|
||||
run: |
|
||||
|
||||
@ -94,7 +94,6 @@ jobs:
|
||||
AZURE_SEARCH_API_KEY: ${{ secrets.AZURE_SEARCH_API_KEY }}
|
||||
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
|
||||
OCTOAI_API_KEY: ${{ secrets.OCTOAI_API_KEY }}
|
||||
TABLE_OCR: "tesseract"
|
||||
OCR_AGENT: "unstructured.partition.utils.ocr_models.tesseract_ocr.OCRAgentTesseract"
|
||||
OVERWRITE_FIXTURES: "true"
|
||||
CI: "true"
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
## 0.15.8-dev4
|
||||
## 0.15.8-dev5
|
||||
|
||||
### Enhancements
|
||||
|
||||
|
||||
@ -1 +1 @@
|
||||
__version__ = "0.15.8-dev4" # pragma: no cover
|
||||
__version__ = "0.15.8-dev5" # pragma: no cover
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user