Skip to content

Commit 0e00a61

Browse files
committed
Remove Windows-specific conditions from build scripts
Eliminated the conditional check for Windows in the GitHub Actions workflow and removed '@echo off' from the Windows setup batch script. This simplifies the build process and ensures the Windows dependencies step always runs.
1 parent 2a234b8 commit 0e00a61

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.github/workflows/pythonPublishTest.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,6 @@ jobs:
105105
run: |
106106
python -m pip install --upgrade pip build wheel numpy pyzmq twine
107107
- name: Install Windows dependencies
108-
if: contains(matrix.os, 'windows')
109108
run: |
110109
cd build/python-build
111110
cmd.exe /c setup_Win_compile_all.bat

build/python-build/setup_Win_compile_all.bat

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
@echo off
21
setlocal
32

43
rem ----- Build libzmq -----

0 commit comments

Comments
 (0)