Skip to content

Commit f8218d7

Browse files
committed
workflows fix
1 parent 6d7a26b commit f8218d7

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/linting.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ jobs:
1616
- name: Install uv
1717
run: pip install uv
1818

19+
- name: Create venv
20+
run: uv venv
21+
1922
- name: Install package with dev dependencies
2023
run: uv pip install -e ".[dev]"
2124

.github/workflows/type-check.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ jobs:
1717
- name: Install uv
1818
run: pip install uv
1919

20+
- name: Create venv
21+
run: uv venv
22+
2023
- name: Install package with dev dependencies
2124
run: uv pip install -e ".[dev]"
2225

0 commit comments

Comments
 (0)