Skip to content

Commit

Permalink
updated pylint.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
HariSekhon committed Jan 24, 2025
1 parent 8339b8d commit 061ec07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pylint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ on:
#
# Error: The version '3.1' with architecture 'x64' was not found for Ubuntu 22.04.
#
default: 3.10
default: '3.10'
working-directory:
type: string
required: false
Expand All @@ -72,7 +72,7 @@ on:
python-version:
type: string
required: true
default: 3.10
default: '3.10'
working-directory:
type: string
required: false
Expand Down

0 comments on commit 061ec07

Please sign in to comment.