Skip to content

Commit c8badaa

Browse files
committed
MOD: Specify python version for release workflow
1 parent b2abb91 commit c8badaa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@v3
1717
- uses: actions/setup-python@v4
18+
with:
19+
python-version: "3.10"
1820
- uses: snok/install-poetry@v1
1921
with:
2022
virtualenvs-create: true

0 commit comments

Comments
 (0)