@ -26,7 +26,9 @@ jobs:
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
- name: Install package
run: make install
run: |
python -m pip install --upgrade pip
make install
- name: Cache models
uses: actions/cache@v3
with: