Skip to content

Commit

Permalink
Run pip check.
Browse files Browse the repository at this point in the history
  • Loading branch information
cuihantao committed Feb 4, 2024
1 parent 62db55d commit 5feb929
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pythonapp.yml
Expand Up @@ -22,6 +22,10 @@ jobs:
mamba install -y nbmake pytest-xdist line_profiler # add'l packages for notebook tests.
mamba install --file requirements.txt --file requirements-extra.txt
python -m pip install -e .
- shell: bash -el {0}
name: Run pip check
run: |
pip check
- shell: bash -el {0}
name: Lint with flake8 for pull requests
if: github.event_name == 'pull_request'
Expand Down

0 comments on commit 5feb929

Please sign in to comment.