Skip to content

Commit

Permalink
Add JA requirements to requirements_all
Browse files Browse the repository at this point in the history
This should help the tests run.
  • Loading branch information
polm committed Jul 23, 2023
1 parent 7f07dc3 commit 199d0f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def pip_install(package_name):
requirements_dev = f.readlines()
with open(os.path.join(cwd, "requirements.ja.txt"), "r") as f:
requirements_ja = f.readlines()
requirements_all = requirements_dev + requirements_notebooks
requirements_all = requirements_dev + requirements_notebooks + requirements_ja

with open("README.md", "r", encoding="utf-8") as readme_file:
README = readme_file.read()
Expand Down

0 comments on commit 199d0f1

Please sign in to comment.