Skip to content

Commit dec0540

Browse files
committed
ci_fix
1 parent 2dc3072 commit dec0540

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/conda_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
sed -i "s/BUILD_PLACEHOLDER/${build}/g" /tmp/recipe/recipe.yaml
8383
8484
- name: Setup up docker buildx
85-
if: ${{ contains(matrix.platform, 'linux' }}
85+
if: ${{ contains(matrix.platform, 'linux') }}
8686
uses: docker/setup-buildx-action@v3
8787

8888
- name: Build and export docker containers

0 commit comments

Comments
 (0)