Skip to content

Commit

Permalink
better repository tests
Browse files Browse the repository at this point in the history
  • Loading branch information
otvam committed Oct 28, 2024
1 parent 2dbc681 commit bfe7778
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/run_repository.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
# - Python 3.11
# - Python 3.12
#
#
# Thomas Guillod - Dartmouth College
# Mozilla Public License Version 2.0

Expand Down Expand Up @@ -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:
Expand All @@ -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
Expand All @@ -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:
Expand Down

0 comments on commit bfe7778

Please sign in to comment.