We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22ceb14 commit d73e6ceCopy full SHA for d73e6ce
1 file changed
.github/workflows/release.yml
@@ -30,12 +30,12 @@ jobs:
30
- name: Set up Python
31
uses: actions/setup-python@v4
32
with:
33
- python-version: '3.12'
+ python-version: '3.10'
34
cache: poetry
35
cache-dependency-path: poetry.lock
36
- name: Set Poetry environment
37
run: |
38
- poetry env use 3.12
+ poetry env use 3.10
39
- name: Install dependencies
40
41
poetry install --sync --no-interaction
0 commit comments