mirror of
https://github.com/huggingface/transformers.git
synced 2025-07-03 21:00:08 +06:00
make sure to test against the local checkout (#11437)
This commit is contained in:
parent
a753cafdc0
commit
ce11318e7e
2
Makefile
2
Makefile
@ -1,5 +1,7 @@
|
|||||||
.PHONY: deps_table_update modified_only_fixup extra_quality_checks quality style fixup fix-copies test test-examples docs
|
.PHONY: deps_table_update modified_only_fixup extra_quality_checks quality style fixup fix-copies test test-examples docs
|
||||||
|
|
||||||
|
# make sure to test the local checkout in scripts and not the pre-installed one (don't use quotes!)
|
||||||
|
export PYTHONPATH = src
|
||||||
|
|
||||||
check_dirs := examples tests src utils
|
check_dirs := examples tests src utils
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user