From bfe7778fb3c67a25008ae94b06e33ec9fd8f1b29 Mon Sep 17 00:00:00 2001 From: Thomas Guillod Date: Mon, 28 Oct 2024 12:55:51 -0400 Subject: [PATCH] better repository tests --- .github/workflows/run_repository.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/run_repository.yml b/.github/workflows/run_repository.yml index e08c9ac7..c8da9b78 100644 --- a/.github/workflows/run_repository.yml +++ b/.github/workflows/run_repository.yml @@ -16,7 +16,6 @@ # - Python 3.11 # - Python 3.12 # -# # Thomas Guillod - Dartmouth College # Mozilla Public License Version 2.0 @@ -67,7 +66,7 @@ jobs: - "3.10" - "3.11" - "3.12" - name: ${{ matrix.system }} / ${{ matrix.version }} + name: conda / ${{ matrix.system }} / ${{ matrix.version }} runs-on: ${{ matrix.system }} timeout-minutes: 20 steps: @@ -89,7 +88,7 @@ jobs: ${{ env.CMD_EXTRACT }} ${{ env.CMD_SOLVE }} ${{ env.CMD_PLOT }} - # ===================== run the tests with pip + # ===================== run the tests with pypi pip: strategy: fail-fast: false @@ -101,7 +100,7 @@ jobs: - "3.10" - "3.11" - "3.12" - name: ${{ matrix.system }} / ${{ matrix.version }} + name: pypi / ${{ matrix.system }} / ${{ matrix.version }} runs-on: ${{ matrix.system }} timeout-minutes: 20 steps: