mirror of
https://github.com/wassname/peft.git
synced 2026-09-11 12:30:16 +08:00
Fix CI tests (#210)
* fix ci ruuner creation * fix python versions * fix setup and test
This commit is contained in:
@@ -27,7 +27,7 @@ jobs:
|
||||
needs: check_code_quality
|
||||
strategy:
|
||||
matrix:
|
||||
python-version: [3.8, 3.9, 3.10]
|
||||
python-version: ["3.8", "3.9", "3.10"]
|
||||
os: ['ubuntu-latest', 'macos-latest', 'windows-latest']
|
||||
runs-on: ${{ matrix.os }}
|
||||
steps:
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user