From 96acb32fc1eaaba4ea4125037ececaee119cf9b9 Mon Sep 17 00:00:00 2001 From: powderluv Date: Thu, 26 May 2022 21:06:20 -0700 Subject: [PATCH] Update test-models.yml --- .github/workflows/test-models.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/test-models.yml b/.github/workflows/test-models.yml index 367de6f3..22124818 100644 --- a/.github/workflows/test-models.yml +++ b/.github/workflows/test-models.yml @@ -25,6 +25,11 @@ jobs: uses: actions/setup-python@v3 with: python-version: ${{ matrix.python-version }} + + - name: Install dependencies + run: | + python -m pip install --upgrade pip + python -m pip install flake8 pytest - name: Lint with flake8 run: | # stop the build if there are Python syntax errors or undefined names