Skip to content

Commit

Permalink
fixed python version in actions
Browse files Browse the repository at this point in the history
  • Loading branch information
kozlov721 committed Dec 11, 2023
1 parent de8bcc9 commit ff4ad53
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/autogenerate_requirements.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
ref: ${{ github.head_ref }}

- name: Set up Python
uses: actions/setup-python@v2
uses: actions/setup-python@v3
with:
python-version: '3.10'

Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/pre-commit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,6 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
with:
python-version: '3.8'
- uses: pre-commit/[email protected]

0 comments on commit ff4ad53

Please sign in to comment.