File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 4545 - name : Install dependencies
4646 run : |
4747 python -m pip install --upgrade pip
48- python -m pip install .[dev ]
48+ python -m pip install .[test ]
4949 - name : Run mypy
5050 run : |
5151 mypy .
7272 - name : Install dependencies
7373 run : |
7474 python -m pip install --upgrade pip
75- python -m pip install .[dev ]
75+ python -m pip install .[test ]
7676 - name : Test with pytest
7777 run : |
7878 pytest -rA --doctest-modules --color=yes --cov=inspect_evals
Original file line number Diff line number Diff line change @@ -145,5 +145,9 @@ dev = [
145145 " types-PyYAML" ,
146146 " types-requests"
147147]
148+ test = [
149+ " inspect_evals[dev]" ,
150+ " inspect_evals[sevenllm]"
151+ ]
148152doc = [" quarto-cli" , " jupyter" ]
149153dist = [" twine" , " build" ]
You can’t perform that action at this time.
0 commit comments