Skip to content

Commit 7ee58b2

Browse files
Update CI_first_code_checks.yml
1 parent e3a2ffc commit 7ee58b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/CI_first_code_checks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Set up Python
2020
uses: actions/setup-python@v5
2121
with:
22-
python-version: '3.10'
22+
python-version: '3.13'
2323
- name: Python info
2424
run: |
2525
which python
@@ -37,4 +37,4 @@ jobs:
3737
- name: Correct coverage paths
3838
run: sed -i "s+$PWD/++g" coverage.xml
3939
- name: Run ruff linter
40-
run: ruff check --output-format=github
40+
run: poetry run ruff check --output-format=github

0 commit comments

Comments
 (0)