Merge pull request #839 from cpunion/fix-gh-action

ci: fix python deps install
This commit is contained in:
xushiwei
2024-10-21 18:41:33 +08:00
committed by GitHub

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: |