Skip to content

Commit

Permalink
revert: automatic matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
Aviortheking committed Sep 25, 2024
1 parent d22df9f commit 3204467
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,20 +10,11 @@ on:
- master

jobs:
create_matrix:
runs-on: ubuntu-latest
steps:
- id: matrix
uses: JLLeitschuh/endoflife-matrix-action@main
with:
product: python
outputs:
version_matrix: ${{ steps.matrix.outputs.versions }}
build_and_test:
strategy:
fail-fast: false
matrix:
python-version: ${{ fromJson(needs.create_matrix.outputs.version_matrix) }}
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down

0 comments on commit 3204467

Please sign in to comment.