We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6dc28e3 + d5e8aeb commit 4a54369Copy full SHA for 4a54369
1 file changed
.github/workflows/validate-csv.yml
@@ -27,9 +27,12 @@ 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 venv .venv
32
+ source .venv/bin/activate
33
+ uv pip install -r requirements.txt
34
35
- name: Run CSV validation tests
36
37
38
pytest tests/test_csv.py -v
0 commit comments