mirror of
https://github.com/ilri/dspace-statistics-api.git
synced 2025-09-07 20:31:46 +02:00
Compare commits
1 Commits
renovate/u
...
8f8739b95e
Author | SHA1 | Date | |
---|---|---|---|
|
8f8739b95e |
2
.github/workflows/python-app.yml
vendored
2
.github/workflows/python-app.yml
vendored
@@ -29,7 +29,7 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Install uv
|
||||
uses: astral-sh/setup-uv@v5
|
||||
uses: astral-sh/setup-uv@v6
|
||||
with:
|
||||
version: 'latest'
|
||||
- run: uv sync
|
||||
|
@@ -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
|
||||
[build-system]
|
||||
requires = ["uv_build>=0.8.15,<0.9.0"]
|
||||
requires = ["uv_build>=0.7.19,<0.8.0"]
|
||||
build-backend = "uv_build"
|
||||
|
||||
[dependency-groups]
|
||||
|
Reference in New Issue
Block a user