Skip to content
This repository was archived by the owner on Mar 26, 2025. It is now read-only.

Commit e6bc33e

Browse files
committed
update
1 parent 1a478aa commit e6bc33e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/validate.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,11 @@ jobs:
3333
with:
3434
python-version: ${{ matrix.python-version }}
3535

36+
- name: Create a virtual environment
37+
run: uv venv --python ${{ matrix.python-version }}
38+
3639
- name: Install the project
37-
run: uv pip sync requirements.txt
40+
run: uv pip sync requirements.txt && uv pip install ruff && uv pip install mypy
3841

3942
- name: Format with ruff
4043
run: uv run ruff format .

0 commit comments

Comments
 (0)