Skip to content

Commit

Permalink
Merge pull request #28 from maxim-masterov/maxim-masterov-patch-1
Browse files Browse the repository at this point in the history
Update python-package.yml
  • Loading branch information
maxim-masterov committed Feb 16, 2023
2 parents afd7575 + 869c952 commit 180f578
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ jobs:
python -m pip install --upgrade pip
python -m pip install flake8 pytest
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Install decoProf
run: |
pip3 install .
- name: Lint with flake8
run: |
# stop the build if there are Python syntax errors or undefined names
Expand Down

0 comments on commit 180f578

Please sign in to comment.