Skip to content

Commit 5b7ccb6

Browse files
committed
fix editable install on windows for tests
1 parent c2948a5 commit 5b7ccb6

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,10 @@ jobs:
4747
PROFILE: 1
4848
run: pip install -e .
4949

50+
- name: move DLLs next to wrapper
51+
if: matrix.os == 'windows-latest'
52+
run: move libzim\*.dll %cd%\
53+
5054
- name: Testing
5155
run: |
5256
pip install pytest pytest-cov cython

0 commit comments

Comments
 (0)