Skip to content

Commit 00ca3ee

Browse files
committedJan 31, 2025·
Simplify
1 parent 5b0a637 commit 00ca3ee

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed
 

‎.github/workflows/django.yml

-2
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@ jobs:
3030
steps:
3131
- uses: actions/checkout@v4
3232
- uses: ./.github/workflows/python_and_pip
33-
with:
34-
python-version: 3.12.4
3533
- name: Run ruff
3634
run: ruff check .
3735
- name: Type check

‎.github/workflows/python_and_pip/action.yml

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ inputs:
55
python-version:
66
description: "The version of Python to install"
77
required: true
8+
default: "3.12.4"
89

910
runs:
1011
using: "composite"

0 commit comments

Comments
 (0)
Please sign in to comment.