Skip to content

Commit

Permalink
Updating poetry and python (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
aorumbayev committed Dec 1, 2022
1 parent 60bc0d0 commit 009a7d0
Show file tree
Hide file tree
Showing 5 changed files with 93 additions and 404 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: 3.9.9
python-version: 3.10.8

- name: Set up Poetry
uses: abatilo/actions-poetry@v2.1.6
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: 3.9.9
python-version: 3.10.8

- name: Set up Poetry
uses: abatilo/actions-poetry@v2.1.6
Expand Down
Loading

0 comments on commit 009a7d0

Please sign in to comment.