Skip to content

Commit

Permalink
Merge pull request goplus#839 from cpunion/fix-gh-action
Browse files Browse the repository at this point in the history
ci: fix python deps install
  • Loading branch information
xushiwei authored Oct 21, 2024
2 parents 1b3bb86 + 1c414af commit 8419d91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 8419d91

Please sign in to comment.