From 11d7ba2ea58542bc92aa29e12cda0726319351df Mon Sep 17 00:00:00 2001 From: Matt Kubilus Date: Mon, 15 Jan 2024 12:10:21 -0500 Subject: [PATCH] Try random internet suggestion. --- .github/workflows/test.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 54b976e3..d7b1772a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -38,7 +38,8 @@ jobs: - name: Setup run: | #choco --yes install winfsp - py -m pip install --only-binary :all: greenlet + py -m pip install --only-binary :all: greenlet==2.0.2 + py -m pip install --only-binary :all: eventlet==0.33.3 py -m pip install -U pytest py -m pip install -U -r requirements.txt