From 12fceb4dc891f65bff36933c658b9d128ef9f55f Mon Sep 17 00:00:00 2001 From: Jusong Yu Date: Wed, 30 Mar 2022 07:14:32 +0000 Subject: [PATCH] CI: Tempoararily workaround fix pre-commit check Remove workaround, after problem described in https://github.com/aiidalab/aiidalab-qe/pull/206#issuecomment-1081661847 is resolved. --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e16fc2478..a31ca1d14 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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