Skip to content

Commit 78e65bf

Browse files
committed
Test on windows
1 parent 0b0fa56 commit 78e65bf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ jobs:
5858
- name: Install dependencies
5959
run: |
6060
python -m pip install --upgrade pip
61-
pip install tox
61+
pip install attrs==24.2.0 iniconfig==2.0.0 packaging==24.1 pluggy==1.5.0 py==1.11.0 pyperf==2.4.1 pytest==7.1.2 PyYAML==6.0 sh==1.14.3 tomli==2.0.1
6262
6363
- name: Run tests
6464
run: |
65-
tox -r -e python311
65+
pytest test/ --junitxml=junit-python311.xml --maxfail=1 --verbose

0 commit comments

Comments
 (0)