Skip to content

Commit 22a5222

Browse files
Update GA.
1 parent 324cd8f commit 22a5222

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/build_wheels_linux_incode.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,14 @@ jobs:
1111
include:
1212
- platform: linux/amd64
1313
runs-on: ubuntu-latest
14-
python-version: [ '3.10' ]
14+
python-version: '3.10'
1515
- platform: linux/arm64
1616
runs-on: ubuntu-24.04-arm
17-
python-version: [ '3.10' ]
17+
python-version: '3.10'
1818
runs-on: ${{ matrix.runs-on }}
1919
steps:
2020
- name: Checkout
2121
uses: actions/checkout@v3
22-
- name: Set up Python
23-
uses: actions/setup-python@v4
24-
with:
25-
python-version: ${{ matrix.python-version }}
2622
- name: get tag
2723
id: get_tag
2824
run: |

0 commit comments

Comments
 (0)