Skip to content

Commit

Permalink
Dedup matrix creation with baipp v2.1 (#608)
Browse files Browse the repository at this point in the history
  • Loading branch information
hynek authored Mar 27, 2024
1 parent 6959f1d commit 8eb309e
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ jobs:
fetch-depth: 0

- uses: hynek/build-and-inspect-python-package@v2
id: baipp

outputs:
python-versions: ${{ steps.baipp.outputs.supported_python_classifiers_json_array }}

tests:
name: Tests & API Mypy on ${{ matrix.python-version }}
Expand All @@ -33,12 +37,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version:
- "3.8"
- "3.9"
- "3.10"
- "3.11"
- "3.12"
python-version: ${{ fromJson(needs.build-package.outputs.python-versions) }}

steps:
- name: Download pre-built packages
Expand Down

0 comments on commit 8eb309e

Please sign in to comment.