diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 67d138e6665d123288101f3782249c2543be8e45..b64117daf8257230e49ce1c955088a44707702b1 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -20,7 +20,9 @@ jobs: fetch-depth: "0" # Get tags not fetched by the checkout action, needed for auto-versioning. - - run: "git fetch origin +refs/tags/*:refs/tags/*" + - name: "Finish checkout" + run: | + git fetch --tags # Get MS VC++ 9 aka Visual Studio 2008, required to build Python 2.7 # extensions (zfec via Tahoe-LAFS). @@ -41,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