Skip to content

Commit f82375f

Browse files
committed
another experimental update of the flake8 gh yaml
1 parent 80c359d commit f82375f

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/flake8-lint.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,14 @@ jobs:
1818
with:
1919
python-version-file: "pyproject.toml"
2020

21+
- name: Activate uv
22+
run: |
23+
source .uv/bin/activate
24+
2125
- name: Install dependencies
2226
run: |
2327
uv sync
2428
2529
- name: Run Flake8
2630
run: |
27-
flake8 moddata
31+
flake8 moddata

0 commit comments

Comments
 (0)