We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abc197d commit 9190f94Copy full SHA for 9190f94
1 file changed
.github/workflows/windows.yaml
@@ -81,7 +81,8 @@ jobs:
81
cd bindings/python
82
robocopy ..\..\edlib . /E
83
- name: Build w/o rts
84
- env: EDLIB_OMIT_README_RST=1
+ env:
85
+ EDLIB_OMIT_README_RST: 1
86
run: python -m pip install -e .
87
- name: Build
88
run: |
0 commit comments