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