Skip to content

Commit 9698045

Browse files
author
regro-cf-autotick-bot
committed
MNT: Re-rendered with conda-build 3.18.9, conda-smithy 3.4.1, and conda-forge-pinning 2019.08.12
1 parent a122265 commit 9698045

File tree

6 files changed

+4
-64
lines changed

6 files changed

+4
-64
lines changed

.azure-pipelines/run_docker_build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ if [ -z "$CONFIG" ]; then
3939
fi
4040

4141
if [ -z "${DOCKER_IMAGE}" ]; then
42-
SHYAML_INSTALLED="$(shyaml --version || echo NO)"
42+
SHYAML_INSTALLED="$(shyaml -h || echo NO)"
4343
if [ "${SHYAML_INSTALLED}" == "NO" ]; then
4444
echo "WARNING: DOCKER_IMAGE variable not set and shyaml not installed. Falling back to condaforge/linux-anvil-comp7"
4545
DOCKER_IMAGE="condaforge/linux-anvil-comp7"

.github/CODEOWNERS

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
1-
* @CyrilleBonamy
2-
* @ashwinvis
3-
* @paugier
1+
* @CyrilleBonamy @ashwinvis @paugier

.github/CONTRIBUTING.md

Lines changed: 0 additions & 15 deletions
This file was deleted.

.github/ISSUE_TEMPLATE.md

Lines changed: 0 additions & 25 deletions
This file was deleted.

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 0 additions & 18 deletions
This file was deleted.

build-locally.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python3
22
#
33
# This file has been generated by conda-smithy in order to build the recipe
44
# locally.
@@ -55,4 +55,4 @@ def main(args=None):
5555

5656

5757
if __name__ == "__main__":
58-
main()
58+
main()

0 commit comments

Comments
 (0)