Skip to content

Commit 5c96d02

Browse files
Update .github/workflows/python.yml
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent a7115f4 commit 5c96d02

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/python.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,10 @@ jobs:
3333
uses: actions/setup-python@v4
3434
with:
3535
python-version: '3.12'
36-
- name: Install Ruff
37-
run: pip install ruff>=0.15.0
36+
- name: Install dependencies for linting
37+
run: |
38+
python -m pip install --upgrade pip
39+
pip install -r requirements/test.txt
3840
- name: Lint with Ruff
3941
run: ruff check .
4042

0 commit comments

Comments
 (0)