Skip to content

Commit 7de2dbb

Browse files
authored
1 parent 1466984 commit 7de2dbb

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/scripts/create_feedstocks

+7-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,13 @@ conda install --yes --quiet \
4848
"pygithub>=2.1.1" \
4949
"rattler-build-conda-compat>=1.2.0,<2.0.0a0" \
5050
"conda-forge-feedstock-ops>=0.5.0" \
51-
"conda-forge-metadata>=0.8.1"
51+
"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
5258

5359
conda info
5460
mamba info

0 commit comments

Comments
 (0)