Skip to content

Commit

Permalink
Simplify a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
N-Wouda committed Oct 21, 2024
1 parent ebae08d commit 503b7df
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/alns.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 503b7df

Please sign in to comment.