From a04e8e9e54aa1994c5e79efebd16186b127bbefe Mon Sep 17 00:00:00 2001 From: Ewout ter Hoeven Date: Mon, 15 Jun 2020 17:21:18 +0200 Subject: [PATCH] CI: Use pipenv 2018.11.26 for now Until this bug is fixed: https://github.com/pypa/pipenv/issues/4220 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8721a976..28c681a2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-python@v2 - run: pip install wheel - - run: pip install pipenv + - run: pip install pipenv==2018.11.26 - run: pipenv install --dev - run: python setup.py install # - run: pytest