Skip to content

Commit d73e6ce

Browse files
authored
fix(ci): change python version for release job (#3)
1 parent 22ceb14 commit d73e6ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@ jobs:
3030
- name: Set up Python
3131
uses: actions/setup-python@v4
3232
with:
33-
python-version: '3.12'
33+
python-version: '3.10'
3434
cache: poetry
3535
cache-dependency-path: poetry.lock
3636
- name: Set Poetry environment
3737
run: |
38-
poetry env use 3.12
38+
poetry env use 3.10
3939
- name: Install dependencies
4040
run: |
4141
poetry install --sync --no-interaction

0 commit comments

Comments
 (0)