From d182ecf2aa31f0fb08c74dd6f71cc653f8441d59 Mon Sep 17 00:00:00 2001 From: Miles Granger Date: Mon, 23 Sep 2024 15:00:17 +0200 Subject: [PATCH] remove line break slashes --- .github/workflows/CI.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index e6b7a7d6..7a196130 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -151,8 +151,8 @@ jobs: target: ${{ matrix.conf.target }} manylinux: ${{ matrix.conf.manylinux }} docker-options: | - -e BLOSC2_INSTALL_PREFIX=${{ github.workspace }}/blosc2 \ - -e ISAL_INSTALL_PREFIX=${{ github.workspace }}/isal \ + -e BLOSC2_INSTALL_PREFIX=${{ github.workspace }}/blosc2 + -e ISAL_INSTALL_PREFIX=${{ github.workspace }}/isal -e LD_LIBRARY_PATH=${{ github.workspace }}/blosc2/lib:${{ github.workspace }}/blosc2/lib64:${{ github.workspace }}/isal/lib:${{ github.workspace }}/isal/lib64 args: -i ${{ matrix.python-version }} --release --out dist --features use-system-blosc2-static before-script-linux: |