mirror of
https://github.com/Unstructured-IO/unstructured.git
synced 2025-11-10 07:27:34 +00:00
fix: remove duplicate target in makefile (#1235)
Removed a duplicate make target in the `Makefile`.
This commit is contained in:
parent
2d5f931c3f
commit
4a5a3022a3
2
Makefile
2
Makefile
@ -319,7 +319,7 @@ test-extra-pptx:
|
|||||||
test_${PACKAGE_NAME}/partition/pptx
|
test_${PACKAGE_NAME}/partition/pptx
|
||||||
|
|
||||||
.PHONY: test-extra-epub
|
.PHONY: test-extra-epub
|
||||||
test-extra-pypandoc:
|
test-extra-epub:
|
||||||
PYTHONPATH=. CI=$(CI) pytest \
|
PYTHONPATH=. CI=$(CI) pytest \
|
||||||
test_${PACKAGE_NAME}/partition/epub
|
test_${PACKAGE_NAME}/partition/epub
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user