Skip to content

Commit

Permalink
Set a fixed python version for ruff.
Browse files Browse the repository at this point in the history
Signed-off-by: Jelmer de Wolde <[email protected]>
  • Loading branch information
Jelmerdw committed Nov 1, 2024
1 parent b435850 commit a4e7ddf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ jobs:
path: "rcdt_linting"
ref: "main"
- uses: actions/setup-python@v5
- run: pip install ruff --break-system-packages
with:
python-version: "3.10"
- run: pip install ruff
- run: ruff format --check main
- run: ruff check --config rcdt_linting/config/pyproject.toml main

Expand Down

0 comments on commit a4e7ddf

Please sign in to comment.