File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 19
19
run : |
20
20
sudo apt-get update && \
21
21
sudo apt-get install -y --no-install-recommends curl libssl-dev pkg-config libclang-dev protobuf-compiler libprotobuf-dev
22
+ - uses : actions/setup-python@v5
23
+ with :
24
+ python-version : ' 3.13'
25
+ - name : Poetry install
26
+ run : |
27
+ pipx install "poetry==2.0.0" && cd client/python && poetry env use python3.13 && poetry install
22
28
- uses : pnpm/action-setup@v4
23
29
with :
24
30
version : 9
38
44
with :
39
45
toolchain : stable
40
46
default : true
41
- - uses : actions/setup-python@v5
42
- with :
43
- python-version : ' 3.13'
44
- - name : Poetry install
45
- run : |
46
- pipx install poetry && poetry -C client/python env use python3.13 && poetry -C client/python install
47
47
# - name: Setup Go
48
48
# uses: actions/setup-go@v5
49
49
# with:
You can’t perform that action at this time.
0 commit comments