From 3180d0ff0099ed46e212828b8b9ec1341d17ca75 Mon Sep 17 00:00:00 2001 From: goosewin Date: Sat, 31 May 2025 17:53:52 -0700 Subject: [PATCH 1/2] fix: python SDK CI check --- .github/workflows/preview-sdks.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/preview-sdks.yml b/.github/workflows/preview-sdks.yml index c0a33fa7..b42d6390 100644 --- a/.github/workflows/preview-sdks.yml +++ b/.github/workflows/preview-sdks.yml @@ -55,11 +55,14 @@ jobs: - name: Set up python uses: actions/setup-python@v4 with: - python-version: 3.8 + python-version: 3.12 - name: Bootstrap poetry - run: | - curl -sSL https://install.python-poetry.org | python - -y + uses: snok/install-poetry@v1 + with: + version: latest + virtualenvs-create: true + virtualenvs-in-project: true - name: Compile run: | From 009e9f1e93daee3f3f9a83dd526eb2d4c449ac49 Mon Sep 17 00:00:00 2001 From: goosewin Date: Sat, 31 May 2025 18:02:36 -0700 Subject: [PATCH 2/2] chore: force CI check --- fern/docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fern/docs.yml b/fern/docs.yml index a5a98472..ba111a1b 100644 --- a/fern/docs.yml +++ b/fern/docs.yml @@ -96,7 +96,7 @@ navigation: - section: Get started contents: - page: Quickstart - icon: fa-light fa-bolt-lightning + icon: fa-light fa-rocket path: quickstart/dashboard.mdx - page: Make a web call icon: fa-light fa-browser