Skip to content

Commit

Permalink
ci: specify python version in GitHub workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
JakobLichterfeld committed Oct 1, 2024
1 parent 458d583 commit c2d0364
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/python_linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ jobs:
-
name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.12'
-
name: Install dependencies
run: |
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
- build(deps): bump python-telegram-bot from 21.2 to 21.3 (#43)
- build(deps): bump python-telegram-bot from 21.3 to 21.4 (#45)
- build(deps): bump python-telegram-bot from 21.4 to 21.6 (#46)
- ci: specify python version in GitHub workflow

### Bug Fixes

Expand Down

0 comments on commit c2d0364

Please sign in to comment.