We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6ed125 commit e7c5830Copy full SHA for e7c5830
2 files changed
.github/workflows/preview-sdks.yml
@@ -55,11 +55,14 @@ jobs:
55
- name: Set up python
56
uses: actions/setup-python@v4
57
with:
58
- python-version: 3.8
+ python-version: 3.12
59
60
- name: Bootstrap poetry
61
- run: |
62
- curl -sSL https://install.python-poetry.org | python - -y
+ uses: snok/install-poetry@v1
+ with:
63
+ version: latest
64
+ virtualenvs-create: true
65
+ virtualenvs-in-project: true
66
67
- name: Compile
68
run: |
fern/docs.yml
@@ -96,7 +96,7 @@ navigation:
96
- section: Get started
97
contents:
98
- page: Quickstart
99
- icon: fa-light fa-bolt-lightning
+ icon: fa-light fa-rocket
100
path: quickstart/dashboard.mdx
101
- page: Make a web call
102
icon: fa-light fa-browser
0 commit comments