Skip to content

Commit

Permalink
Multiple pythons, apparently
Browse files Browse the repository at this point in the history
  • Loading branch information
kubilus1 committed Jan 16, 2024
1 parent b105259 commit c36f9b9
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit c36f9b9

Please sign in to comment.