Skip to content

Commit ef892b8

Browse files
committed
Updating Actions to use uv.
1 parent ec1b9db commit ef892b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/validate-csv.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ jobs:
2727

2828
- name: Install dependencies
2929
run: |
30-
python -m pip install --upgrade pip
31-
pip install pytest==9.0.1
30+
python -m pip install --upgrade uv
31+
uv pip install -r requirements.txt
3232
3333
- name: Run CSV validation tests
3434
run: |

0 commit comments

Comments
 (0)