Update doc build gh workflow to install rust

This commit is contained in:
Mishig Davaadorj
2022-04-19 15:26:44 +02:00
parent c2aa87a256
commit 95b5d066d5
3 changed files with 7 additions and 3 deletions

View File

@ -4,7 +4,7 @@ from setuptools_rust import Binding, RustExtension
extras = {}
extras["testing"] = ["pytest", "requests", "numpy", "datasets"]
extras["docs"] = ["sphinx", "sphinx_rtd_theme", "setuptools_rust"]
extras["dev"] = extras["testing"] + extras["docs"]
extras["dev"] = extras["testing"]
setup(
name="tokenizers",