Skip to content

Commit

Permalink
update lint workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
fishjojo committed Mar 5, 2024
1 parent 4292673 commit a2b75f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ jobs:
- name: install pyscf
run: ./.github/workflows/install_pyscf.sh
- name: install pylint
run: pip install pylint
run: pip install 'pylint==2.17.7'
- name: style check
run: ./.github/workflows/lint.sh

0 comments on commit a2b75f4

Please sign in to comment.