Skip to content

Commit

Permalink
chg: dev: make sure conda-devenv installs specific pkgs with pip
Browse files Browse the repository at this point in the history
* this is essentially a workaround for non-pypi pkg cruft

Signed-off-by: Stephen Arnold <nerdboy@gentoo.org>
  • Loading branch information
sarnold committed Sep 8, 2024
1 parent 1465367 commit db22ef1
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions environment.devenv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ dependencies:
- cmake>=3.18
- ninja
- ccache
- re2
- clangxx_osx-64 # [osx]
- gxx_linux-64 # [linux]
- pybind11-abi
Expand All @@ -18,8 +19,9 @@ dependencies:
- python={{ python_version }}
- cython
- pybind11
- pip
- re2
- pytest
- regex
- six
- pip:
# these two need to be newer than broken runner packages
- pytest
- regex
- urllib3
- six

0 comments on commit db22ef1

Please sign in to comment.