We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2948a5 commit 5b7ccb6Copy full SHA for 5b7ccb6
1 file changed
.github/workflows/test.yml
@@ -47,6 +47,10 @@ jobs:
47
PROFILE: 1
48
run: pip install -e .
49
50
+ - name: move DLLs next to wrapper
51
+ if: matrix.os == 'windows-latest'
52
+ run: move libzim\*.dll %cd%\
53
+
54
- name: Testing
55
run: |
56
pip install pytest pytest-cov cython
0 commit comments