Skip to content

Commit e7c5830

Browse files
authored
Fix Python SDK CI check (#460)
* fix: python SDK CI check * chore: force CI check by updating quickstart icon
1 parent a6ed125 commit e7c5830

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
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: |

fern/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ navigation:
9696
- section: Get started
9797
contents:
9898
- page: Quickstart
99-
icon: fa-light fa-bolt-lightning
99+
icon: fa-light fa-rocket
100100
path: quickstart/dashboard.mdx
101101
- page: Make a web call
102102
icon: fa-light fa-browser

0 commit comments

Comments
 (0)