Fix CI tests (#210)

* fix ci ruuner creation

* fix python versions

* fix setup and test
This commit is contained in:
Younes Belkada
2023-03-23 12:54:52 +01:00
committed by GitHub
parent 2632e7eba7
commit d8c3b6bca4
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -18,6 +18,7 @@ extras = {}
extras["quality"] = ["black ~= 22.0", "ruff>=0.0.241"]
extras["docs_specific"] = ["hf-doc-builder"]
extras["dev"] = extras["quality"] + extras["docs_specific"]
extras["test"] = extras["dev"] + ["pytest", "pytest-xdist", "parameterized"]
setup(
name="peft",