Skip to content

Commit 9f43782

Browse files
committed
Update wheels.yaml for Windows environment setup and script activation
1 parent 3b74ab6 commit 9f43782

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/wheels.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,9 @@ jobs:
5555

5656
- name: Last build environment setup steps
5757
run: |
58-
source .venv/bin/activate
59-
python automations/my_automator.py setup dev-env
58+
call .venv\Scripts\activate.bat
59+
python automations\my_automator.py setup dev-env
60+
shell: cmd
6061

6162
- name: Build x86 C extension
6263
if: ${{ matrix.win_arch == 'x86' }}

0 commit comments

Comments
 (0)