forked from conda-forge/conda-smithy
-
Notifications
You must be signed in to change notification settings - Fork 0
Home
hulkoba edited this page Jun 20, 2024
·
8 revisions
Welcome to the conda-smithy wiki!
- clone repo
- install miniconda from their website or use homebrew
- reload terminal
conda env create
conda activate conda-smithy
-
which python
-> should point to a conda env specific python python -m pip install .
- run tests with
pytest
- change version in the
environment.yml
- delete old env if created earlier.
conda env delete -n conda-smithy
- run
conda env create -f environment.yml
When you get this on the final step running pytest:
FAILED tests/test_lint_recipe.py::test_lint_no_builds - KeyError: 'GH_TOKEN'
see this PR: https://github.com/neighbourhoodie/conda-smithy/pull/10