Skip to content

Commit 7c70b07

Browse files
committed
Remove debug print from wheels.yml
1 parent 6394587 commit 7c70b07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
CIBW_ENVIRONMENT_LINUX: PATH="/home/linuxbrew/.linuxbrew/bin:/home/linuxbrew/.linuxbrew/sbin:$PATH"
4848
CIBW_BEFORE_ALL_WINDOWS: >
4949
pwsh -c "Invoke-WebRequest https://github.com/lexxmark/winflexbison/releases/download/v2.5.25/win_flex_bison-2.5.25.zip -OutFile win_flex_bison-2.5.25.zip &&
50-
Expand-Archive win_flex_bison-2.5.25.zip tools && pwd && ls env:"
50+
Expand-Archive win_flex_bison-2.5.25.zip tools"
5151
CIBW_ENVIRONMENT_WINDOWS: PATH="$(cmd /c cd)\\tools;$PATH"
5252
CIBW_BEFORE_ALL_MACOS: >
5353
brew install flex bison

0 commit comments

Comments
 (0)