From 6a030ff640ee3aecab68b86c7ddd3b5e6e29c614 Mon Sep 17 00:00:00 2001 From: Daniel Hollas Date: Mon, 27 Jan 2025 22:35:39 +0000 Subject: [PATCH] Reduce test matrix --- .github/workflows/ci.yml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 12f6054..ee61d81 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,6 +7,9 @@ on: pull_request: branches: [main] +env: + FORCE_COLOR: 1 + jobs: test-package: @@ -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: @@ -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 }}