Skip to content

Commit fcbf487

Browse files
committed
Test on windows
1 parent c5f4208 commit fcbf487

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,10 @@ jobs:
6060
python -m pip install --upgrade pip
6161
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 tomli==2.0.1
6262
63+
- name: Install package
64+
run: |
65+
pip install .
66+
6367
- name: Run tests
6468
run: |
6569
pytest test/ --junitxml=junit-python311.xml --maxfail=1 --verbose

0 commit comments

Comments
 (0)