Skip to content

Commit

Permalink
setup python
Browse files Browse the repository at this point in the history
  • Loading branch information
nihui committed Dec 20, 2024
1 parent 95d2613 commit 394831b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pnnx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: actions/setup-python@v5
with:
python-version: 3.12

- name: setup-pytorch
run: |
python3 -m pip config set global.break-system-packages true
Expand Down

0 comments on commit 394831b

Please sign in to comment.