mirror of
https://github.com/mustbeperfect/definitive-opensource.git
synced 2026-04-18 02:54:13 +02:00
Changed source of python version in workflow
This commit is contained in:
5
.github/workflows/format-maintenance.yml
vendored
5
.github/workflows/format-maintenance.yml
vendored
@@ -1,10 +1,9 @@
|
|||||||
|
|
||||||
name: Format Maintenance
|
name: Format Maintenance
|
||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '0 1 * * 1'
|
- cron: "0 1 * * 1"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
generate:
|
generate:
|
||||||
@@ -23,7 +22,7 @@ jobs:
|
|||||||
- name: Set up Python
|
- name: Set up Python
|
||||||
uses: actions/setup-python@v6
|
uses: actions/setup-python@v6
|
||||||
with:
|
with:
|
||||||
python-version-file: 'pyproject.toml'
|
python-version-file: ".python-version"
|
||||||
|
|
||||||
- name: Install UV
|
- name: Install UV
|
||||||
uses: astral-sh/setup-uv@v7
|
uses: astral-sh/setup-uv@v7
|
||||||
|
|||||||
Reference in New Issue
Block a user