We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3a2ffc commit 7ee58b2Copy full SHA for 7ee58b2
.github/workflows/CI_first_code_checks.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: Set up Python
20
uses: actions/setup-python@v5
21
with:
22
- python-version: '3.10'
+ python-version: '3.13'
23
- name: Python info
24
run: |
25
which python
@@ -37,4 +37,4 @@ jobs:
37
- name: Correct coverage paths
38
run: sed -i "s+$PWD/++g" coverage.xml
39
- name: Run ruff linter
40
- run: ruff check --output-format=github
+ run: poetry run ruff check --output-format=github
0 commit comments