Skip to content

Commit 99f72d6

Browse files
ci: fix ingest test fixtures update (#3532)
1 parent fc26426 commit 99f72d6

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

Diff for: .github/workflows/ingest-test-fixtures-update-pr.yml

-2
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,6 @@ jobs:
3535

3636
update-fixtures-and-pr:
3737
runs-on: ubuntu-latest-m
38-
env:
39-
NLTK_DATA: ${{ github.workspace }}/nltk_data
4038
needs: [setup_ingest]
4139
steps:
4240
# actions/checkout MUST come before auth

Diff for: CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## 0.15.6-dev0
2+
3+
### Enhancements
4+
5+
### Features
6+
7+
### Fixes
8+
9+
* **Update CI for `ingest-test-fixture-update-pr` to resolve NLTK model download errors.**
10+
11+
112
## 0.15.5
213

314
### Enhancements

Diff for: unstructured/__version__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.15.5" # pragma: no cover
1+
__version__ = "0.15.6-dev0" # pragma: no cover

0 commit comments

Comments
 (0)