Remove source from build package matrix

This commit is contained in:
Daniel A. Wozniak 2024-11-20 01:56:24 -07:00 committed by Daniel Wozniak
parent eeb33eb2cd
commit 4a6498b8df

View file

@ -57,8 +57,6 @@ jobs:
strategy:
fail-fast: false
matrix:
source:
- ${{ inputs.source }}
include: ${{ fromJSON(inputs.matrix)['linux'] }}
container:
@ -226,8 +224,6 @@ jobs:
strategy:
fail-fast: false
matrix:
source:
- ${{ inputs.source }}
include: ${{ fromJSON(inputs.matrix)['macos'] }}
env:
PIP_INDEX_URL: https://pypi.org/simple
@ -343,8 +339,6 @@ jobs:
fail-fast: false
max-parallel: 2
matrix:
source:
- ${{ inputs.source }}
include: ${{ fromJSON(inputs.matrix)['windows'] }}
runs-on:
- windows-latest