From 56374de9ed3edc46bdda6652ac057d46a744fdd4 Mon Sep 17 00:00:00 2001 From: yuming <305248291@qq.com> Date: Fri, 29 Sep 2023 14:37:50 -0400 Subject: [PATCH] update test ficture ci --- .github/workflows/ingest-test-fixtures-update-pr.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ingest-test-fixtures-update-pr.yml b/.github/workflows/ingest-test-fixtures-update-pr.yml index 9e0e2245f0..7875718bd2 100644 --- a/.github/workflows/ingest-test-fixtures-update-pr.yml +++ b/.github/workflows/ingest-test-fixtures-update-pr.yml @@ -35,6 +35,7 @@ jobs: source .venv/bin/activate [ ! -d "$NLTK_DATA" ] && mkdir "$NLTK_DATA" make install-ci + git clone -b yuming/remove_ocr_code --single-branch https://github.com/Unstructured-IO/unstructured-inference.git && cd unstructured-inference && pip install -e . && cd ../ update-fixtures-and-pr: runs-on: ubuntu-latest @@ -56,6 +57,7 @@ jobs: source .venv/bin/activate mkdir "$NLTK_DATA" make install-ci + git clone -b yuming/remove_ocr_code --single-branch https://github.com/Unstructured-IO/unstructured-inference.git && cd unstructured-inference && pip install -e . && cd ../ - name: Update test fixtures env: AIRTABLE_PERSONAL_ACCESS_TOKEN: ${{ secrets.AIRTABLE_PERSONAL_ACCESS_TOKEN }} @@ -119,7 +121,6 @@ jobs: make install-ingest-wikipedia make install-ingest-notion make install-ingest-delta-table - git clone -b yuming/remove_ocr_code --single-branch https://github.com/Unstructured-IO/unstructured-inference.git && cd unstructured-inference && pip install -e . && cd ../ ./test_unstructured_ingest/test-ingest.sh - name: Save branch name to environment file