Changed source of python version in workflow

This commit is contained in:
Lucas
2026-01-12 17:36:21 -08:00
parent 4518529fbb
commit b8f1d0f89d

View File

@@ -1,10 +1,9 @@
name: Format Maintenance
on:
workflow_dispatch:
schedule:
- cron: '0 1 * * 1'
- cron: "0 1 * * 1"
jobs:
generate:
@@ -12,7 +11,7 @@ jobs:
permissions:
contents: write
steps:
- name: Checkout repository
uses: actions/checkout@v6
@@ -23,7 +22,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v6
with:
python-version-file: 'pyproject.toml'
python-version-file: ".python-version"
- name: Install UV
uses: astral-sh/setup-uv@v7