We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 854c678 commit f7ca5baCopy full SHA for f7ca5ba
1 file changed
.github/workflows/conda_release.yml
@@ -60,6 +60,9 @@ jobs:
60
# Original line looks like:
61
# home: <PLACEHOLDER>
62
sed -i "s|^ home: .*| home: https://github.com/${OWNER}/${REPO}|" meta.yaml
63
+
64
+ # check meta.yaml contents
65
+ cat meta.yaml
66
67
# 5) Build the conda package
68
- name: Build conda package
0 commit comments