From f16ca98e91a7a4996a1ca20681dc765069b2bc85 Mon Sep 17 00:00:00 2001 From: "Jason.Yu" Date: Wed, 6 Apr 2022 16:02:48 +0200 Subject: [PATCH] Pre-commit issue mentioned in #206 fixed and revert workaround (#222) --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 704845659..e16fc2478 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,9 +21,7 @@ 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 virtualenv==20.0.33 python -m pip install pre-commit==2.11.1 - name: Run pre-commit