Skip to content

Commit 80c359d

Browse files
committed
updated experimentally the flake8 gh yaml
1 parent 720e95d commit 80c359d

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

.github/workflows/flake8-lint.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,15 @@ jobs:
88

99
steps:
1010
- name: Checkout code
11-
uses: actions/checkout@v3
11+
uses: actions/checkout@v6
12+
13+
- name: Install uv
14+
uses: astral-sh/setup-uv@v7
1215

1316
- name: Set up Python
14-
uses: actions/setup-python@v4
17+
uses: actions/setup-python@v6
1518
with:
16-
python-version: '3.12'
19+
python-version-file: "pyproject.toml"
1720

1821
- name: Install dependencies
1922
run: |

0 commit comments

Comments
 (0)