Skip to content

Commit 67567c4

Browse files
Tidy up running tests
1 parent 697aecb commit 67567c4

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

.github/workflows/test.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,4 @@ jobs:
4949
pip install -e .
5050
5151
- name: Run tests
52-
if: runner.os != 'Windows'
5352
run: python -m unittest -v
54-
55-
- name: Run tests (Windows)
56-
if: runner.os == 'Windows'
57-
run: |
58-
Copy-Item "libiconv\x64\Release\libiconv.dll" "libiconv.dll"
59-
python -m unittest -v

0 commit comments

Comments
 (0)