Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vahidrezanezhad authored May 15, 2023
1 parent 1a45523 commit f3c6ac8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit f3c6ac8

Please sign in to comment.