Skip to content

Commit d5e8aeb

Browse files
committed
Updating Actions to use uv in a .venv for each running job.
1 parent 19c9cbd commit d5e8aeb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/validate-csv.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,5 @@ jobs:
3434
3535
- name: Run CSV validation tests
3636
run: |
37+
source .venv/bin/activate
3738
pytest tests/test_csv.py -v

0 commit comments

Comments
 (0)