Skip to content

Commit

Permalink
Reduce test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhollas committed Jan 27, 2025
1 parent b056d48 commit 6a030ff
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ on:
pull_request:
branches: [main]

env:
FORCE_COLOR: 1

jobs:

test-package:
Expand All @@ -20,14 +23,13 @@ jobs:
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13']
default-image:
- '' # use the application default
- aiidalab/aiidalab-docker-stack:latest # This is the old stack
include:
- default-image: aiidalab/aiidalab-docker-stack:latest # This is the old stack
- python-version: '3.8'

steps:

- uses: actions/checkout@v4
with:
fetch-depth: 0
submodules: true

- uses: actions/setup-python@v5
with:
Expand All @@ -45,7 +47,7 @@ jobs:
coverage xml
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v5
with:
flags: py-${{ matrix.python-version }}

Expand Down

0 comments on commit 6a030ff

Please sign in to comment.