Skip to content

Commit

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

0 comments on commit 6dae7b4

Please sign in to comment.