From 6dae7b4c72cfbc3f1d5964b790fc040174a02ac0 Mon Sep 17 00:00:00 2001 From: Matt Kubilus Date: Mon, 15 Jan 2024 20:24:30 -0500 Subject: [PATCH] Is pytest the issue --- .github/workflows/test.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d7b1772a..1880c8ce 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -33,14 +33,14 @@ jobs: - uses: actions/setup-python@v3 with: - python-version: '3.10' + python-version: '3.11' - name: Setup run: | #choco --yes install winfsp - 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 --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 - name: Test