File tree Expand file tree Collapse file tree 2 files changed +15
-3
lines changed Expand file tree Collapse file tree 2 files changed +15
-3
lines changed Original file line number Diff line number Diff line change @@ -28,14 +28,13 @@ jobs:
2828 with :
2929 python-version : ${{ matrix.python-version }}
3030
31- - name : Install Python dependencies
31+ - name : Upgrade pip
3232 run : |
3333 python -m pip install --upgrade pip
34- python -m pip install --upgrade pytest pytest-cov pytest-xdist
3534
3635 - name : Install cycler
3736 run : |
38- python -m pip install --no-deps .
37+ python -m pip install .[tests]
3938
4039 - name : Run pytest
4140 run : |
Original file line number Diff line number Diff line change @@ -25,6 +25,19 @@ keywords = ["cycle kwargs"]
2525homepage = " https://matplotlib.org/cycler/"
2626repository = " https://github.com/matplotlib/cycler"
2727
28+ [project .optional-dependencies ]
29+ docs = [
30+ " ipython" ,
31+ " matplotlib" ,
32+ " numpydoc" ,
33+ " sphinx" ,
34+ ]
35+ tests = [
36+ " pytest" ,
37+ " pytest-cov" ,
38+ " pytest-xdist" ,
39+ ]
40+
2841[tool .setuptools ]
2942packages = [" cycler" ]
3043
You can’t perform that action at this time.
0 commit comments