From 503b7df27675ada1b8fb333b3eb858e17998f055 Mon Sep 17 00:00:00 2001 From: Niels Wouda Date: Mon, 21 Oct 2024 18:03:38 +0200 Subject: [PATCH] Simplify a bit --- .github/workflows/alns.yaml | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/.github/workflows/alns.yaml b/.github/workflows/alns.yaml index e8862c0e..09b59ffa 100644 --- a/.github/workflows/alns.yaml +++ b/.github/workflows/alns.yaml @@ -16,15 +16,8 @@ jobs: strategy: fail-fast: true matrix: - include: - - python-version: '3.9' - extras: '--all-extras' - - python-version: '3.9' - extras: '' - - python-version: '3.12' - extras: '--all-extras' - - python-version: '3.12' - extras: '' + python-version: [ '3.9', '3.12' ] + extras: [ '--all-extras', '' ] steps: - uses: actions/checkout@v4 - name: Set up Python