File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 3838 - uses : astral-sh/setup-uv@v7
3939
4040 - name : Test package
41- run : uv run --with "clang<19" --extra test pytest --forked
41+ run : uv run --with "clang<19" --group test pytest --forked
4242
4343# Commented for now -- msys2 Clang (v15) and the clang Python package (v14) are incompatible
4444#
6060# python-version: ${{ matrix.python-version }}
6161#
6262# - name: Install package
63- # run: python -m pip install .[ test]
63+ # run: python -m pip install -e. --group test
6464#
6565# - name: Install clang
6666# run: C:\msys64\usr\bin\pacman.exe -S clang64/mingw-w64-clang-x86_64-clang --noconfirm
Original file line number Diff line number Diff line change @@ -27,12 +27,13 @@ classifiers = [
2727]
2828dynamic = [" version" ]
2929
30- [project . optional-dependencies ]
30+ [dependency-groups ]
3131test = [
3232 " pytest" ,
3333 " pybind11" ,
3434 " pytest-forked" ,
3535]
36+ dev = [{ include-group = " test" }]
3637
3738[project .scripts ]
3839pybind11-mkdoc = " pybind11_mkdoc:main"
You can’t perform that action at this time.
0 commit comments