Skip to content

Commit 5b98b76

Browse files
committed
Fix workflow syntax
1 parent 7e8f5ab commit 5b98b76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wheel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
package-dir: packages/vaex-core/
7171
output-dir: packages/vaex-core/dist/
7272
env:
73-
CIBW_BEFORE_BUILD: ${{ matrix.os == 'windows-latest' && '' || 'bin/install_pcre.sh' }}
73+
CIBW_BEFORE_BUILD: ${{ ( matrix.os == 'windows-latest' && '' ) || 'bin/install_pcre.sh' }}
7474
CIBW_BUILD_VERBOSITY: 2
7575
CIBW_MANYLINUX_X86_64_IMAGE: manylinux_2_28
7676
CIBW_MANYLINUX_AARCH64_IMAGE: manylinux_2_28

0 commit comments

Comments
 (0)