File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -25,12 +25,14 @@ jobs:
2525 uses : actions/setup-python@v5
2626 with :
2727 python-version : ${{ matrix.python-version }}
28+ cache : pip
2829
2930 - name : Install dependencies
3031 run : |
3132 python -m pip install --upgrade pip
32- pip install -e .[dev]
33+ pip install -e " .[dev]"
3334
3435 - name : Run pytest
35- run : |
36- pytest
36+ env :
37+ PYTHONPATH : src
38+ run : pytest
Original file line number Diff line number Diff line change @@ -14,6 +14,12 @@ dependencies = [
1414 " sqlalchemy>=2.0.45" ,
1515]
1616
17+ [project .urls ]
18+ Homepage = https://AustralianCancerDataNetwork.github.io/orm-loader"
19+ Documentation = " https://AustralianCancerDataNetwork.github.io/orm-loader"
20+ Repository = " https://github.com/AustralianCancerDataNetwork/orm-loader"
21+ Issues = " https://github.com/AustralianCancerDataNetwork/orm-loader/issues"
22+
1723[build-system ]
1824requires = [" uv_build>=0.9.2,<0.10.0" ]
1925build-backend = " uv_build"
You can’t perform that action at this time.
0 commit comments