Update test.yml

pull/65/head
vahidrezanezhad 11 months ago committed by GitHub
parent 1a45523975
commit f3c6ac8d70
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -26,9 +26,7 @@ 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: |
python -m pip install --upgrade pip
make install
run: make install
- name: Cache models
uses: actions/cache@v3
with:

Loading…
Cancel
Save