From 527a2152b7ca1b97667e7632b8cd9b295efeb2d3 Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone <exarkun@twistedmatrix.com> Date: Tue, 17 Mar 2020 10:20:24 -0400 Subject: [PATCH] Just ... don't install it special We should get it from setup.cfg dependencies later --- .github/workflows/ci.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ec8f0f7..b64117d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -43,10 +43,6 @@ jobs: run: | python -m pip install wheel coverage - - name: "Install python-challenge-bypass-ristretto master@HEAD" - run: | - python -m pip install git+https://github.com/LeastAuthority/python-challenge-bypass-ristretto@master#egg=python-challenge-bypass-ristretto - - name: "Install Tahoe-LAFS master@HEAD" run: | python -m pip install git+https://github.com/tahoe-lafs/tahoe-lafs@master#egg=tahoe-lafs -- GitLab