infra: fix redundant matrix config (#24151)

This commit is contained in:
Erick Friis
2024-07-12 00:15:41 +02:00
committed by GitHub
parent 8d100c58de
commit d002fa902f
2 changed files with 0 additions and 12 deletions

View File

@@ -21,14 +21,6 @@ jobs:
run:
working-directory: ${{ inputs.working-directory }}
runs-on: ubuntu-latest
strategy:
matrix:
python-version:
- "3.8"
- "3.9"
- "3.10"
- "3.11"
- "3.12"
name: "poetry run pytest -m compile tests/integration_tests #${{ inputs.python-version }}"
steps:
- uses: actions/checkout@v4