File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -55,11 +55,14 @@ jobs:
55
55
- name : Set up python
56
56
uses : actions/setup-python@v4
57
57
with :
58
- python-version : 3.8
58
+ python-version : 3.12
59
59
60
60
- 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
63
66
64
67
- name : Compile
65
68
run : |
Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ navigation:
96
96
- section : Get started
97
97
contents :
98
98
- page : Quickstart
99
- icon : fa-light fa-bolt-lightning
99
+ icon : fa-light fa-rocket
100
100
path : quickstart/dashboard.mdx
101
101
- page : Make a web call
102
102
icon : fa-light fa-browser
You can’t perform that action at this time.
0 commit comments