We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec1b9db commit ef892b8Copy full SHA for ef892b8
1 file changed
.github/workflows/validate-csv.yml
@@ -27,8 +27,8 @@ jobs:
27
28
- name: Install dependencies
29
run: |
30
- python -m pip install --upgrade pip
31
- pip install pytest==9.0.1
+ python -m pip install --upgrade uv
+ uv pip install -r requirements.txt
32
33
- name: Run CSV validation tests
34
0 commit comments