Skip to content

Commit

Permalink
skip 3.8 for now
Browse files Browse the repository at this point in the history
  • Loading branch information
bjia56 committed Jan 26, 2024
1 parent a86ed6f commit 0a32752
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ env:

jobs:
build_linux_zig:
if: ${{ !startsWith('3.8', inputs.python_version) }}
name: Linux ${{ inputs.python_version }} ${{ matrix.arch }}
runs-on: ubuntu-latest
strategy:
Expand Down Expand Up @@ -47,7 +48,7 @@ jobs:
path: ./*python*.tar.gz

build_linux:
if: false
if: ${{ false && startsWith('3.8', inputs.python_version) }}
name: Linux ${{ inputs.python_version }} ${{ matrix.arch }}
runs-on: ubuntu-latest
strategy:
Expand Down

0 comments on commit 0a32752

Please sign in to comment.