We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 819242e commit f12b7b4Copy full SHA for f12b7b4
1 file changed
.github/workflows/windows.yaml
@@ -82,7 +82,7 @@ jobs:
82
EDLIB_OMIT_README_RST: 1-
83
run: |
84
cd bindings/python
85
- robocopy ..\..\edlib . /E
+ robocopy ..\..\edlib edlib /E
86
python -m pip install -e .
87
cython --cplus edlib.pyx -o edlib.bycython.cpp
88
cog -d -o README.rst README-tmpl.rst
0 commit comments