From 5b98b76c20e771d02c97e9d06d710d275ed0acf5 Mon Sep 17 00:00:00 2001 From: ddelange <14880945+ddelange@users.noreply.github.com> Date: Fri, 20 Jan 2023 08:26:10 +0100 Subject: [PATCH] Fix workflow syntax --- .github/workflows/wheel.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/wheel.yml b/.github/workflows/wheel.yml index fee851602f..9c44c7db9f 100644 --- a/.github/workflows/wheel.yml +++ b/.github/workflows/wheel.yml @@ -70,7 +70,7 @@ jobs: package-dir: packages/vaex-core/ output-dir: packages/vaex-core/dist/ env: - CIBW_BEFORE_BUILD: ${{ matrix.os == 'windows-latest' && '' || 'bin/install_pcre.sh' }} + CIBW_BEFORE_BUILD: ${{ ( matrix.os == 'windows-latest' && '' ) || 'bin/install_pcre.sh' }} CIBW_BUILD_VERBOSITY: 2 CIBW_MANYLINUX_X86_64_IMAGE: manylinux_2_28 CIBW_MANYLINUX_AARCH64_IMAGE: manylinux_2_28