ci: instead pip3 with pip3.12

This commit is contained in:
Li Jie
2024-10-21 18:21:31 +08:00
parent aa560f42e7
commit 1c414af7b9

View File

@@ -65,7 +65,7 @@ jobs:
numpy # for github.com/goplus/llgo/py/numpy
torch # for github.com/goplus/llgo/py/torch
)
pip3 install --break-system-packages "${py_deps[@]}"
pip3.12 install --break-system-packages "${py_deps[@]}"
- name: Clang information
run: |