diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 2c9d8980f9bcc0103e9a41313e4205e023f08336..9e84fdc2258b72305832762d5fd7d1accb25d208 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -38,17 +38,10 @@ jobs: python -m pip install --upgrade pip pip install wheel coverage - - name: Get Tahoe-LAFS master - run: | - pip wheel --wheel-dir ./wheelhouse git+https://github.com/tahoe-lafs/tahoe-lafs@master#egg=tahoe-lafs - - - name: Get PrivacyPass bindings - run: | - pip wheel --wheel-dir ./wheelhouse git+https://github.com/LeastAuthority/privacypass@master#egg=privacypass - - name: "Install Dependencies" run: | - $Env:PIP_FIND_LINKS = "./wheelhouse" + pip install git+https://github.com/LeastAuthority/privacypass@master#egg=privacypass + pip install git+https://github.com/tahoe-lafs/tahoe-lafs@master#egg=tahoe-lafs python -m pip install -r test-requirements.txt python -m pip install ./