Skip to content

Commit 2437078

Browse files
Fix fixtures update CI to regenerate markdown (#4332)
1 parent d299095 commit 2437078

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

.github/workflows/ingest-test-fixtures-update-pr.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ jobs:
116116
add-paths: |
117117
test_unstructured_ingest/expected-structured-output
118118
test_unstructured_ingest/expected-structured-output-html
119+
test_unstructured_ingest/expected-structured-output-markdown
119120
test_unstructured_ingest/metrics
120121
commit-message: "Update ingest test fixtures"
121122
branch: ${{ env.BRANCH_NAME }}

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 0.22.18-dev0
2+
3+
### Fixes
4+
- Make `ingest-test-fixtures-update-pr` CI job also update the markdown versions of the fixtures.
5+
16
## 0.22.18
27

38
### Enhancements

unstructured/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.22.18" # pragma: no cover
1+
__version__ = "0.22.18-dev0" # pragma: no cover

0 commit comments

Comments
 (0)