File tree Expand file tree Collapse file tree 3 files changed +1
-17
lines changed
Expand file tree Collapse file tree 3 files changed +1
-17
lines changed Original file line number Diff line number Diff line change 2727 run : |
2828 pip install uv
2929 uv venv
30- uv pip install -e .[with-data, docs,dev]
30+ uv pip install -e .[docs,dev]
3131 echo "Dependencies installed successfully"
3232
3333 - name : Build documentation
Original file line number Diff line number Diff line change 3030 uv pip install -e .[dev] || echo "No dev extra"
3131 echo "Dependencies installed successfully"
3232
33- - name : Setup git
34- run : |
35- git config --global user.name "CoLRev update"
36- git config --global user.email "actions@users.noreply.github.com"
37- git config --global url.https://github.com/.insteadOf git://github.com/
38-
3933 - name : Run tests (excluding full_test.py)
4034 run : uv run pytest --ignore=tests/full_test.py
4135
6559 uv pip install -e .[dev] || echo "No dev extra"
6660 echo "Dependencies installed successfully"
6761
68- - name : Setup git
69- run : |
70- git config --global user.name "CoLRev update"
71- git config --global user.email "actions@users.noreply.github.com"
72- git config --global url.https://github.com/.insteadOf git://github.com/
73-
7462 - name : Run full_test.py
7563 run : uv run pytest -q tests/full_test.py
Original file line number Diff line number Diff line change @@ -36,10 +36,6 @@ dependencies = [
3636"Documentation" = " https://colrev-environment.github.io/bib-dedupe/"
3737
3838[project .optional-dependencies ]
39- with-data = [
40- " asreview>=1.5" ,
41- " asreview-datatools" ,
42- ]
4339dev = [
4440 " pylint==3.0.1" ,
4541 " pytest>=7.2.1" ,
You can’t perform that action at this time.
0 commit comments