Update test-models.yml

This commit is contained in:
powderluv
2022-06-30 14:20:30 -07:00
committed by GitHub
parent b24ce861d0
commit 6b0bd7181f

View File

@@ -46,6 +46,9 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
cache: 'pip'
cache-dependency-path: |
**/requirements-importer.txt
**/requirements.txt
- name: Install dependencies
if: matrix.suite == 'lint'