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:
5555 - name : Set up python
5656 uses : actions/setup-python@v4
5757 with :
58- python-version : 3.8
58+ python-version : 3.12
5959
6060 - 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
6366
6467 - name : Compile
6568 run : |
Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ navigation:
9696 - section : Get started
9797 contents :
9898 - page : Quickstart
99- icon : fa-light fa-bolt-lightning
99+ icon : fa-light fa-rocket
100100 path : quickstart/dashboard.mdx
101101 - page : Make a web call
102102 icon : fa-light fa-browser
You can’t perform that action at this time.
0 commit comments