Skip to content

Commit 5b96dcb

Browse files
author
Gerit Wagner
committed
drop with-data extra and git from action setup
1 parent 064aee3 commit 5b96dcb

File tree

3 files changed

+1
-17
lines changed

3 files changed

+1
-17
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
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

.github/workflows/tests.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,6 @@ jobs:
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

@@ -65,11 +59,5 @@ jobs:
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

pyproject.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff 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-
]
4339
dev = [
4440
"pylint==3.0.1",
4541
"pytest>=7.2.1",

0 commit comments

Comments
 (0)