Skip to content

Commit 3180d0f

Browse files
committed
fix: python SDK CI check
1 parent a6ed125 commit 3180d0f

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/preview-sdks.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,14 @@ jobs:
5555
- name: Set up python
5656
uses: actions/setup-python@v4
5757
with:
58-
python-version: 3.8
58+
python-version: 3.12
5959

6060
- name: Bootstrap poetry
61-
run: |
62-
curl -sSL https://install.python-poetry.org | python - -y
61+
uses: snok/install-poetry@v1
62+
with:
63+
version: latest
64+
virtualenvs-create: true
65+
virtualenvs-in-project: true
6366

6467
- name: Compile
6568
run: |

0 commit comments

Comments
 (0)