Skip to content

Commit

Permalink
install deps
Browse files Browse the repository at this point in the history
  • Loading branch information
MiXaiLL76 committed Feb 7, 2024
1 parent 2ebd63f commit 6b5bbe4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
python-version: "3.x"

- name: Install dependencies
run: flake8 black[jupyter] isort
run: pip3 install flake8 black[jupyter] isort

- name: Lint with flake8
run: make linter

0 comments on commit 6b5bbe4

Please sign in to comment.