Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jaimergp authored Dec 13, 2024
1 parent 1466984 commit 7de2dbb
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/scripts/create_feedstocks
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,13 @@ conda install --yes --quiet \
"pygithub>=2.1.1" \
"rattler-build-conda-compat>=1.2.0,<2.0.0a0" \
"conda-forge-feedstock-ops>=0.5.0" \
"conda-forge-metadata>=0.8.1"
"conda-forge-metadata>=0.8.1" \
pygit2

# Live tests for https://github.com/conda-forge/conda-smithy/pull/2120
# Remove once merged and released
conda remove --force conda-smithy
SETUPTOOLS_SCM_PRETEND_VERSION=3.44.10 pip install https://github.com/mgorny/conda-smithy/archive/pygit2.tar.gz --no-deps

conda info
mamba info
Expand Down

0 comments on commit 7de2dbb

Please sign in to comment.