mirror of
https://github.com/saymrwulf/transformers.git
synced 2026-05-14 20:58:08 +00:00
make sure to test against the local checkout (#11437)
This commit is contained in:
parent
a753cafdc0
commit
ce11318e7e
1 changed files with 2 additions and 0 deletions
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
|
||||
|
||||
# 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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue