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 12fceb4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,10 @@ jobs:
python-version: 3.8

- name: Install dependencies
# TODO: Remove virtualenv and click after ci issue described in https://github.com/aiidalab/aiidalab-qe/pull/206#issuecomment-1081661847 fixed
run: |
python -m pip install virtualenv==20.0.33
python -m pip install --upgrade click==8.0.2
python -m pip install pre-commit==2.11.1
- name: Run pre-commit
Expand Down

0 comments on commit 12fceb4

Please sign in to comment.