We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0207a4 commit f08dbffCopy full SHA for f08dbff
.github/workflows/lint.yaml
@@ -11,12 +11,12 @@ jobs:
11
- name: set up py10
12
uses: actions/setup-python@v5
13
with:
14
- python-version: '3.10'
+ python-version: '3.12'
15
- uses: astral-sh/setup-uv@v3
16
- name: Install dependencies
17
id: install-deps
18
run: |
19
- uv sync --only-group types
+ uv sync --only-group dev
20
- name: run linters
21
22
chmod +x .ci/lint.sh
.github/workflows/release.yaml
@@ -14,7 +14,7 @@ jobs:
- name: install pipx
sudo apt update
0 commit comments