Skip to content

Commit

Permalink
Install dependencies together
Browse files Browse the repository at this point in the history
  • Loading branch information
Bougeant committed Oct 20, 2024
1 parent 6520227 commit ad25696
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install -r requirements-dev.txt
pip install -r requirements.txt -r requirements-dev.txt
- name: Lint with black, isort and flake8
run: |
black ml_inspector tests --check --verbose
Expand Down

0 comments on commit ad25696

Please sign in to comment.