Skip to content

Commit

Permalink
update test ficture ci
Browse files Browse the repository at this point in the history
  • Loading branch information
yuming-long committed Sep 29, 2023
1 parent ee6859a commit 56374de
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ingest-test-fixtures-update-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 }}
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 56374de

Please sign in to comment.