File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed
Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 8383 git add output/*
8484 git add docs/_static/evaluation_total.png*
8585 git commit -m "Update evaluation ($(date +'%Y-%m-%d-%H-%M'))"
86- git push origin main
86+ git push origin main
Original file line number Diff line number Diff line change @@ -13,24 +13,24 @@ jobs:
1313 runs-on : ${{ matrix.platform }}
1414 steps :
1515 - uses : actions/checkout@v4
16-
16+
1717 - name : Set up Python ${{ matrix.python-version }}
1818 uses : actions/setup-python@v4
1919 with :
2020 python-version : ${{ matrix.python-version }}
21-
21+
2222 - name : Install uv and dependencies
2323 run : |
2424 pip install uv
2525 uv venv
2626 uv pip install -e .[dev] || echo "No dev extra"
2727 echo "Dependencies installed successfully"
28-
28+
2929 - name : Setup git
3030 run : |
3131 git config --global user.name "CoLRev update"
3232 git config --global user.email "actions@users.noreply.github.com"
3333 git config --global url.https://github.com/.insteadOf git://github.com/
34-
34+
3535 - name : Run tests
3636 run : uv run pytest
Original file line number Diff line number Diff line change 11import os
22import sys
3+ from datetime import datetime
34
45sys .path .insert (0 , os .path .abspath ("../../bib_dedupe" ))
56
1213# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information
1314
1415project = "BibDedupe"
15- copyright = "2024 , Gerit Wagner"
16+ copyright = f" { datetime . now (). year } , Gerit Wagner"
1617author = "Gerit Wagner"
1718release = "0.6.0"
1819
Original file line number Diff line number Diff line change 104104| bib-dedupe | 0 | 1 | 2 | 9 | 0 | 1 | 0.3333 | 1 | 0.5 | 0:00:00 |
105105| asysd | 9 | 3 | 0 | 0 | 1 | 0 | 1 | 0.25 | 0.4 | 0:00:02 |
106106| buhos | 2 | 1 | 2 | 7 | 0.2222 | 0.7778 | 0.3333 | 0.3333 | 0.3333 | 0:00:00 |
107-
Original file line number Diff line number Diff line change @@ -87,4 +87,4 @@ line-length = 160
8787
8888[build-system ]
8989requires = [" hatchling" ]
90- build-backend = " hatchling.build"
90+ build-backend = " hatchling.build"
You can’t perform that action at this time.
0 commit comments