Skip to content

Commit

Permalink
changed workflow python version
Browse files Browse the repository at this point in the history
  • Loading branch information
skatnagallu committed Mar 15, 2024
1 parent f0dfb7f commit 84136f1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: '3.11'
- name: Install Poetry
run: curl -sSL https://install.python-poetry.org | python3 -
- name: Add Poetry to path
Expand Down

0 comments on commit 84136f1

Please sign in to comment.