We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2dc3072 commit dec0540Copy full SHA for dec0540
1 file changed
.github/workflows/conda_build.yml
@@ -82,7 +82,7 @@ jobs:
82
sed -i "s/BUILD_PLACEHOLDER/${build}/g" /tmp/recipe/recipe.yaml
83
84
- name: Setup up docker buildx
85
- if: ${{ contains(matrix.platform, 'linux' }}
+ if: ${{ contains(matrix.platform, 'linux') }}
86
uses: docker/setup-buildx-action@v3
87
88
- name: Build and export docker containers
0 commit comments