Skip to content

Commit 5820a15

Browse files
Also revert that
1 parent 67567c4 commit 5820a15

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,11 @@ jobs:
4949
pip install -e .
5050
5151
- name: Run tests
52+
if: runner.os != 'Windows'
5253
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)