We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 324cd8f commit 22a5222Copy full SHA for 22a5222
.github/workflows/build_wheels_linux_incode.yml
@@ -11,18 +11,14 @@ jobs:
11
include:
12
- platform: linux/amd64
13
runs-on: ubuntu-latest
14
- python-version: [ '3.10' ]
+ python-version: '3.10'
15
- platform: linux/arm64
16
runs-on: ubuntu-24.04-arm
17
18
runs-on: ${{ matrix.runs-on }}
19
steps:
20
- name: Checkout
21
uses: actions/checkout@v3
22
- - name: Set up Python
23
- uses: actions/setup-python@v4
24
- with:
25
- python-version: ${{ matrix.python-version }}
26
- name: get tag
27
id: get_tag
28
run: |
0 commit comments