Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhollas committed Dec 7, 2024
1 parent 2a53ad2 commit c0f90c1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,10 @@ jobs:
matrix:
python-version: ['3.9', '3.10', '3.11', '3.12']
aiida-version: ['2.5']
# Include a job with minimum supported aiida-version
include:
- python-version: '3.9'
aiida-version: '2.0'
aiida-version: '2.1'
fail-fast: false

services:
Expand Down

0 comments on commit c0f90c1

Please sign in to comment.