Skip to content

Commit

Permalink
Update python-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kwanok authored Mar 5, 2024
1 parent 17897dc commit f7b3440
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/python-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,11 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install mypy black ruff
pip install black ruff
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Run Black
run: black --check web/project

- name: Run Ruff
run: ruff check web/project

- name: Run Mypy
run: mypy .

0 comments on commit f7b3440

Please sign in to comment.