We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1466984 commit 7de2dbbCopy full SHA for 7de2dbb
.github/workflows/scripts/create_feedstocks
@@ -48,7 +48,13 @@ conda install --yes --quiet \
48
"pygithub>=2.1.1" \
49
"rattler-build-conda-compat>=1.2.0,<2.0.0a0" \
50
"conda-forge-feedstock-ops>=0.5.0" \
51
- "conda-forge-metadata>=0.8.1"
+ "conda-forge-metadata>=0.8.1" \
52
+ pygit2
53
+
54
+# Live tests for https://github.com/conda-forge/conda-smithy/pull/2120
55
+# Remove once merged and released
56
+conda remove --force conda-smithy
57
+SETUPTOOLS_SCM_PRETEND_VERSION=3.44.10 pip install https://github.com/mgorny/conda-smithy/archive/pygit2.tar.gz --no-deps
58
59
conda info
60
mamba info
0 commit comments