Skip to content

Commit 74ef943

Browse files
committed
yaml
1 parent d915020 commit 74ef943

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/_build-pyobjcryst-package.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,9 @@ jobs:
9393
env:
9494
CIBW_BUILD_FRONTEND: "pip; args: --no-build-isolation"
9595
CIBW_BUILD_VERBOSITY: "2"
96-
CIBW_ENVIRONMENT: |
97-
"CONDA_PREFIX=$HOME/miniconda/envs/build"
98-
"PATH=$CONDA_PREFIX/bin:$PATH"
96+
CIBW_ENVIRONMENT: >
97+
CONDA_PREFIX=$HOME/miniconda/envs/build
98+
PATH=$CONDA_PREFIX/bin:$PATH
9999
CIBW_BUILD: ${{ matrix.python[1] }}-${{ matrix.buildplat[1] }}
100100
CIBW_BEFORE_BUILD: |
101101
curl -sSL https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh \

0 commit comments

Comments
 (0)