You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
conda-smithy init numba-cuda where numba-cuda is my local folder with recipe.yaml in it. This created numba-cuda-feedstock with conda-forge.yml and recipe/recipe.yaml.
conda-smithy register-github ., which didn't work, because it tried to remove a non-existent file:
File "/home/msarahan/miniforge3/lib/python3.10/site-packages/git/cmd.py", line 1388, in execute
raise GitCommandError(redacted_command, status, stderr_value, stdout_value)
git.exc.GitCommandError: Cmd('git') failed due to: exit code(128)
cmdline: git rm --cached -- ./disabled_appveyor.yml
stderr: 'fatal: pathspec './disabled_appveyor.yml' did not match any files'
conda-smithy rerender -c auto - created lots of CI files. I committed and pushed these.
I hope things are all in order now. Was this a problem that ultimately arose from my stupid impatience, or might it be something related to the v1 recipe?
Installed packages
conda list
Environment info
conda info
The text was updated successfully, but these errors were encountered:
Solution to issue cannot be found in the documentation.
Issue
I merged a v1 recipe at conda-forge/staged-recipes#27600. The feedstock creation didn't work as I had hoped. This could have been because:
I manually ran several conda-smithy commands locally (guided by https://conda-forge.org/docs/user/ci-skeleton/):
conda-smithy init numba-cuda
wherenumba-cuda
is my local folder with recipe.yaml in it. This created numba-cuda-feedstock withconda-forge.yml
andrecipe/recipe.yaml
.conda-smithy register-github .
, which didn't work, because it tried to remove a non-existent file:conda-smithy rerender -c auto
- created lots of CI files. I committed and pushed these.I hope things are all in order now. Was this a problem that ultimately arose from my stupid impatience, or might it be something related to the v1 recipe?
Installed packages
Environment info
The text was updated successfully, but these errors were encountered: