We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 720e95d commit 80c359dCopy full SHA for 80c359d
1 file changed
.github/workflows/flake8-lint.yml
@@ -8,12 +8,15 @@ jobs:
8
9
steps:
10
- name: Checkout code
11
- uses: actions/checkout@v3
+ uses: actions/checkout@v6
12
+
13
+ - name: Install uv
14
+ uses: astral-sh/setup-uv@v7
15
16
- name: Set up Python
- uses: actions/setup-python@v4
17
+ uses: actions/setup-python@v6
18
with:
- python-version: '3.12'
19
+ python-version-file: "pyproject.toml"
20
21
- name: Install dependencies
22
run: |
0 commit comments