Skip to content

Commit

Permalink
✏️ Fix yml idenifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
ferzcam committed Nov 19, 2024
1 parent 3835d21 commit e6724a9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
branches: [ "main", develop ]

jobs:
python-3.9:
python-3-9:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
Expand Down Expand Up @@ -46,7 +46,7 @@ jobs:
run: |
nosetests tests
python-3.10:
python-3-10:

runs-on: ${{ matrix.os }}
strategy:
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
pytest -m "not slow" -p no:faulthandler
python-3.11:
python-3-11:

runs-on: ${{ matrix.os }}
strategy:
Expand Down Expand Up @@ -121,7 +121,7 @@ jobs:
run: |
pytest -m "not slow" -p no:faulthandler
python-3.12:
python-3-12:

runs-on: ${{ matrix.os }}
strategy:
Expand Down

0 comments on commit e6724a9

Please sign in to comment.