Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions .github/workflows/preview-sdks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
2 changes: 1 addition & 1 deletion fern/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading