mirror of
https://github.com/ilri/dspace-statistics-api.git
synced 2025-08-11 23:38:11 +02:00
Compare commits
1 Commits
renovate/u
...
renovate/a
Author | SHA1 | Date | |
---|---|---|---|
3fb3e081c4 |
2
.github/workflows/python-app.yml
vendored
2
.github/workflows/python-app.yml
vendored
@ -27,7 +27,7 @@ jobs:
|
|||||||
- 5432:5432
|
- 5432:5432
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v5
|
||||||
- name: Install uv
|
- name: Install uv
|
||||||
uses: astral-sh/setup-uv@v5
|
uses: astral-sh/setup-uv@v5
|
||||||
with:
|
with:
|
||||||
|
@ -27,7 +27,7 @@ falcon-swagger-ui = { git = "https://github.com/alanorth/falcon-swagger-ui", rev
|
|||||||
|
|
||||||
# See: https://docs.astral.sh/uv/concepts/build-backend/#using-the-uv-build-backend
|
# See: https://docs.astral.sh/uv/concepts/build-backend/#using-the-uv-build-backend
|
||||||
[build-system]
|
[build-system]
|
||||||
requires = ["uv_build>=0.8.8,<0.9.0"]
|
requires = ["uv_build>=0.7.19,<0.8.0"]
|
||||||
build-backend = "uv_build"
|
build-backend = "uv_build"
|
||||||
|
|
||||||
[dependency-groups]
|
[dependency-groups]
|
||||||
|
Reference in New Issue
Block a user