Skip to content

Commit

Permalink
Correct job names
Browse files Browse the repository at this point in the history
  • Loading branch information
HanneThienpondt committed Sep 30, 2024
1 parent 7fb595a commit 0d0f7f8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/old_stella_releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
#-----------------------------------------------------------------------

# Perform python tests one by one
stella_v0.5:
stella-v0.5:
runs-on: ubuntu-22.04
env:
OMPI_MCA_rmaps_base_oversubscribe: yes
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
if ${{ contains(matrix.config.name, '7 -') }}; then make numerical-tests-7; fi
# Perform python tests one by one
stella_v0.6:
stella-v0.6:
runs-on: ubuntu-22.04
env:
OMPI_MCA_rmaps_base_oversubscribe: yes
Expand Down Expand Up @@ -129,7 +129,7 @@ jobs:
# Perform python tests one by one
stella_v0.7:
stella-v0.7:
runs-on: ubuntu-22.04
env:
OMPI_MCA_rmaps_base_oversubscribe: yes
Expand Down

0 comments on commit 0d0f7f8

Please sign in to comment.