Skip to content

Commit

Permalink
Move build dependency to conda-forge channel
Browse files Browse the repository at this point in the history
Because we can no longer use the default conda channel
we have to source `build` from either pypi or the conda-forge
channel. The `build` package is aliased as `python-build` on
the conda-forge channel.
  • Loading branch information
elevans committed Aug 26, 2024
1 parent a0ae875 commit 305d54f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ dependencies:
- assertpy
- pytest
- pytest-cov
- python-build
- ruff
- toml
# Project from source
- pip
- pip:
- git+https://github.com/ninia/jep.git@cfca63f8b3398daa6d2685428660dc4b2bfab67d
- build
- -e .

0 comments on commit 305d54f

Please sign in to comment.