Skip to content

Commit 19c9cbd

Browse files
committed
Updating Actions to use uv in a .venv.
1 parent ef892b8 commit 19c9cbd

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/validate-csv.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ jobs:
2828
- name: Install dependencies
2929
run: |
3030
python -m pip install --upgrade uv
31+
uv venv .venv
32+
source .venv/bin/activate
3133
uv pip install -r requirements.txt
3234
3335
- name: Run CSV validation tests

0 commit comments

Comments
 (0)