mirror of
https://github.com/Unstructured-IO/unstructured.git
synced 2026-01-08 05:10:11 +00:00
build(fixtures-update): run on smaller worker (#1932)
Run fixtures-update workflow on smaller github runner until larger one is available again.
This commit is contained in:
parent
22b3edb226
commit
4e669d419f
@ -75,9 +75,10 @@ jobs:
|
||||
make install-all-ingest
|
||||
|
||||
update-fixtures-and-pr:
|
||||
runs-on: ubuntu-latest-m
|
||||
runs-on: ubuntu-latest
|
||||
env:
|
||||
NLTK_DATA: ${{ github.workspace }}/nltk_data
|
||||
MAX_PROCESSES: 2
|
||||
needs: [setup_ingest]
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user