Skip to content

Commit

Permalink
Use python 3.9 for lint and docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Kludex committed Oct 7, 2024
1 parent ebde250 commit 6dcd3c3
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ jobs:
version: "0.4.12"
enable-cache: true

- name: Set up Python 3.12
run: uv python install 3.12
- name: Set up Python 3.9
run: uv python install 3.9

- name: Install dependencies
run: uv sync --python 3.12 --frozen
run: uv sync --python 3.9 --frozen

- run: make lint
- run: make typecheck
Expand All @@ -43,10 +43,10 @@ jobs:
version: "0.4.12"
enable-cache: true

- name: Set up Python 3.12
run: uv python install 3.12
- name: Set up Python 3.9
run: uv python install 3.9

- run: uv sync --python 3.12 --frozen
- run: uv sync --python 3.9 --frozen
- run: uv pip install --upgrade mkdocs-material mkdocstrings-python griffe==0.48.0
env:
UV_EXTRA_INDEX_URL: ${{ secrets.UV_EXTRA_INDEX_URL }}
Expand Down

0 comments on commit 6dcd3c3

Please sign in to comment.