Skip to content

Commit

Permalink
Fix workflows.
Browse files Browse the repository at this point in the history
  • Loading branch information
Shyue Ping Ong committed Nov 17, 2023
1 parent 9ae045b commit e5b1894
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ jobs:
- name: ruff
run: |
ruff --version
ruff check matgl
ruff check src
- name: black
run: |
black --version
black --check --diff --color matgl
black --check --diff --color src
- name: mypy
run: |
mypy --version
rm -rf .mypy_cache
mypy matgl
mypy src

0 comments on commit e5b1894

Please sign in to comment.