mirror of
https://github.com/ilri/csv-metadata-quality.git
synced 2025-05-12 08:06:03 +02:00
Compare commits
1 Commits
renovate/i
...
renovate/a
Author | SHA1 | Date | |
---|---|---|---|
f8a3ca9c1d |
2
.github/workflows/python-app.yml
vendored
2
.github/workflows/python-app.yml
vendored
@ -17,7 +17,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: Install uv
|
- name: Install uv
|
||||||
uses: astral-sh/setup-uv@v5
|
uses: astral-sh/setup-uv@v6
|
||||||
with:
|
with:
|
||||||
version: 'latest'
|
version: 'latest'
|
||||||
- run: uv sync
|
- run: uv sync
|
||||||
|
@ -49,7 +49,7 @@ dev = [
|
|||||||
"pytest~=8.3",
|
"pytest~=8.3",
|
||||||
"isort~=6.0",
|
"isort~=6.0",
|
||||||
"csvkit~=2.0",
|
"csvkit~=2.0",
|
||||||
"ipython~=9.2",
|
"ipython~=8.31",
|
||||||
]
|
]
|
||||||
|
|
||||||
# So hatch doesn't try to build other top-level directories like "data"
|
# So hatch doesn't try to build other top-level directories like "data"
|
||||||
|
Reference in New Issue
Block a user