From 39c8dc55d5778557b9d71aa037a3cd9e8d486648 Mon Sep 17 00:00:00 2001
From: Jean-Paul Calderone <exarkun@twistedmatrix.com>
Date: Wed, 6 May 2020 08:44:54 -0400
Subject: [PATCH] stop installing a special version for windows ci

---
 .github/workflows/ci.yaml | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
index 96a4bc8..047992e 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 Tahoe-LAFS master@HEAD"
-      run: |
-        python -m pip install tahoe-lafs==1.14.0
-
     - name: "Install Test Dependencies"
       run: |
         python -m pip install -r test-requirements.txt
-- 
GitLab