Skip to content

Commit 5439554

Browse files
committed
fix: update python version for ci
1 parent b997257 commit 5439554

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/checks.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ jobs:
1010
runs-on: ubuntu-latest
1111
defaults:
1212
run:
13-
working-directory: backend
13+
working-directory: .
1414
steps:
1515
- uses: actions/checkout@v4
1616
- uses: actions/setup-python@v5
1717
with:
18-
python-version:3.7
18+
python-version:3.13
1919
- run: pipx install "poetry~=2.1.0"
2020
- run: poetry install --with dev
2121
- run: poetry run ruff check --select I .
@@ -26,12 +26,12 @@ jobs:
2626
runs-on: ubuntu-latest
2727
defaults:
2828
run:
29-
working-directory: backend
29+
working-directory: .
3030
steps:
3131
- uses: actions/checkout@v4
3232
- uses: actions/setup-python@v5
3333
with:
34-
python-version:3.7
34+
python-version:3.13
3535
- run: pipx install "poetry~=2.1.0"
3636
- run: poetry install --with dev
3737
- run: poetry run ruff check --select I .
@@ -42,12 +42,12 @@ jobs:
4242
runs-on: ubuntu-latest
4343
defaults:
4444
run:
45-
working-directory: backend
45+
working-directory: .
4646
steps:
4747
- uses: actions/checkout@v4
4848
- uses: actions/setup-python@v5
4949
with:
50-
python-version:3.7
50+
python-version:3.13
5151
- run: pipx install "poetry~=2.1.0"
5252
- run: poetry install --with dev
5353
- run: poetry run ruff check --select I .

0 commit comments

Comments
 (0)