File tree Expand file tree Collapse file tree 2 files changed +9
-4
lines changed
Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 4040 sudo apt-get install gnuplot
4141 # Install as an editable so that the coverage path
4242 # is predicable
43- uv run uv pip install --resolution=${{ matrix.resolution }} -e ".[dev ]"
43+ uv run uv pip install --resolution=${{ matrix.resolution }} -e ".[test ]"
4444
4545 - name : Environment Information
4646 run : |
Original file line number Diff line number Diff line change @@ -27,13 +27,18 @@ requires-python = ">=3.10"
2727[project .optional-dependencies ]
2828
2929dev = [
30+ " gnuplot_kernel[test]" ,
3031 " ruff" ,
31- " pytest-cov>=4.0.0" ,
32- " coveralls" ,
33- " matplotlib" ,
32+ " matplotlib>=3.8.0" ,
3433 " pyright>=1.1.405" ,
3534]
3635
36+ test = [
37+ " pytest-cov>=4.0.0" ,
38+ " coveralls>=4.0.1" ,
39+ ]
40+
41+
3742[project .urls ]
3843homepage = " https://github.com/has2k1/gnuplot_kernel"
3944repository = " https://github.com/has2k1/gnuplot_kernel"
You can’t perform that action at this time.
0 commit comments