Fix for check with cfg and merge_lora (#600)

This commit is contained in:
Wing Lian
2023-09-18 21:14:32 -04:00
committed by GitHub
parent 31b9e0c6e8
commit 62a774140b
3 changed files with 3 additions and 3 deletions

View File

@@ -61,7 +61,7 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: "3.10"
cache: 'pip' # caching pip dependencies
# cache: 'pip' # caching pip dependencies
- name: Install dependencies
run: |