Skip to content

Commit 819242e

Browse files
committed
maybe the working directory?
1 parent 9190f94 commit 819242e

1 file changed

Lines changed: 5 additions & 7 deletions

File tree

.github/workflows/windows.yaml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -77,15 +77,13 @@ jobs:
7777
python-version: "${{ matrix.python }} "
7878
- name: install dependencies
7979
run: python -m pip install cython build cibuildwheel cogapp
80-
- run: |
81-
cd bindings/python
82-
robocopy ..\..\edlib . /E
83-
- name: Build w/o rts
84-
env:
85-
EDLIB_OMIT_README_RST: 1
86-
run: python -m pip install -e .
8780
- name: Build
81+
env:
82+
EDLIB_OMIT_README_RST: 1-
8883
run: |
84+
cd bindings/python
85+
robocopy ..\..\edlib . /E
86+
python -m pip install -e .
8987
cython --cplus edlib.pyx -o edlib.bycython.cpp
9088
cog -d -o README.rst README-tmpl.rst
9189
python -m build --sdist

0 commit comments

Comments
 (0)