Skip to content

Commit ec5af11

Browse files
committed
Use dev group
1 parent e7b1280 commit ec5af11

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci-i386.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- name: Install zfp and numcodecs
4949
run: |
5050
uv venv
51-
uv pip install meson-python meson ninja cython numpy setuptools-scm
51+
uv pip install --group dev
5252
PYTHON_INCLUDE=$(uv run python -c 'from sysconfig import get_paths; print(get_paths()["include"])');
5353
PYTHON_LIB=$(uv run python -c 'import sysconfig; print(sysconfig.get_config_var("LIBDIR"))');
5454
git clone https://github.com/LLNL/zfp

docs/contributing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ If you prefer the standard library ``venv``::
138138
$ source venv/bin/activate # macOS/Linux
139139
$ # .\venv\Scripts\activate # Windows
140140

141-
$ pip install meson-python meson ninja cython numpy setuptools-scm
141+
$ pip install --group dev
142142
$ pip install --no-build-isolation -e ".[test,test_extras,msgpack]"
143143
$ pytest -v
144144

0 commit comments

Comments
 (0)