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