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