Skip to content

Commit

Permalink
Make default python version 3.9 for lint job
Browse files Browse the repository at this point in the history
  • Loading branch information
Rose Yemelyanova committed Nov 14, 2023
1 parent 2500c82 commit 4a73ddd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/actions/install_requirements/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ inputs:
required: true
python_version:
description: Python version to install
default: "3.x"
default: "3.9"

runs:
using: composite
Expand Down Expand Up @@ -55,4 +55,3 @@ runs:
fi
fi
shell: bash

0 comments on commit 4a73ddd

Please sign in to comment.