Skip to content

Commit

Permalink
CI: Tempoararily workaround fix pre-commit check
Browse files Browse the repository at this point in the history
Remove workaround, after problem described in #206 (comment)
 is resolved.
  • Loading branch information
unkcpz committed Mar 30, 2022
1 parent fffca5a commit 1630a15
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,10 @@ jobs:
python-version: 3.8

- name: Install dependencies
# TODO: Remove virtualenv after ci issue described in https://github.com/aiidalab/aiidalab-qe/pull/206#issuecomment-1081661847 fixed
run: |
python -m pip install pre-commit==2.11.1
python -m pip install virtualenv==20.0.33
- name: Run pre-commit
run: pre-commit run --all-files || ( git status --short ; git diff ; exit 1 )

0 comments on commit 1630a15

Please sign in to comment.