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 b157092
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 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 @@ -19,7 +20,7 @@ dependencies:
- cython
- pybind11
- pip
- re2
- pytest
- regex
- six
- pytest
- regex
- urllib3 # these two need to be newer than broken runner packages
- six

0 comments on commit b157092

Please sign in to comment.