Skip to content

Commit

Permalink
updated flake8.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
HariSekhon committed Jan 24, 2025
1 parent 061ec07 commit da0f10f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/flake8.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: true
Expand All @@ -72,7 +72,7 @@ on:
python-version:
type: string
required: true
default: 3.10
default: '3.10'
working-directory:
type: string
required: true
Expand Down

0 comments on commit da0f10f

Please sign in to comment.