diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9f916a86..5ebc6071 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -37,11 +37,7 @@ jobs: - 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 -U -r requirements.txt + python -m pip install -U -r requirements.txt - name: Test - run: cd autoortho && py -m pytest -v test_getortho.py test_pydds.py test_downloader.py + run: cd autoortho && python -m pytest -v test_getortho.py test_pydds.py test_downloader.py