don't need explicit peft install for tests

This commit is contained in:
Wing Lian
2023-08-23 21:41:42 -04:00
parent ac37753aa2
commit caa80e891d

View File

@@ -24,7 +24,7 @@ jobs:
- name: Install dependencies
run: |
pip install -e .[peft]
pip install -e .
pip install -r requirements-tests.txt
- name: Run tests