mirror of
https://github.com/wassname/peft.git
synced 2026-09-10 12:20:21 +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:
|
||||
|
||||
Reference in New Issue
Block a user