Skip to content

Commit

Permalink
setup python 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
TShapinsky committed Feb 13, 2025
1 parent 1c6f386 commit 271904b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,10 @@ jobs:
# setup
- name: checkout
uses: actions/checkout@v4
- name: setup-python
uses: actions/setup-python@v5
with:
python-version: '3.11'
- name: setup-python
uses: actions/setup-python@v5
# install poetry and build dist
Expand Down

0 comments on commit 271904b

Please sign in to comment.