Skip to content

Commit

Permalink
Update gha setup commands
Browse files Browse the repository at this point in the history
  • Loading branch information
sovrasov committed Nov 26, 2023
1 parent 9aa9e46 commit 9511352
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,9 @@ jobs:
run: |
python -m pip install --upgrade pip
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
if [ -f test_requirements.txt ]; then pip install -r test_requirements.txt; fi
- name: Install ptflops
run: |
python setup.py develop
pip install .[dev]
- name: Testing with pytest
run: |
python -m pytest . -s
Expand Down

0 comments on commit 9511352

Please sign in to comment.