Skip to content

Commit

Permalink
ci: 🤖 Fix python version warning
Browse files Browse the repository at this point in the history
  • Loading branch information
frack113 committed Oct 27, 2024
1 parent 99b83c5 commit 37e7f13
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/format.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
- name: Install Python
uses: actions/setup-python@v5
with:
python-version: '3.12'
cache: pip
- name: Install yamlfix
run: pip install yamlfix
Expand All @@ -28,6 +29,7 @@ jobs:
- name: Install Python
uses: actions/setup-python@v5
with:
python-version: '3.12'
cache: pip
- name: Install Mdformat
run: pip install mdformat
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
- name: Install Python
uses: actions/setup-python@v5
with:
python-version: '3.12'
cache: pip
- name: Install yamllint
run: pip install yamllint
Expand Down

0 comments on commit 37e7f13

Please sign in to comment.