Skip to content

Commit 8d5ab74

Browse files
committed
consistent format in naming steps
1 parent 97f44bc commit 8d5ab74

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pyfftw-actions.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,10 @@ jobs:
5050
run: pixi run python -c "import sys; print(sys.version)"
5151
shell: bash
5252

53-
- name: Show installed packages fftw and pyfftw
53+
- name: Show Installed Packages FFTW and pyFFTW
5454
run: pixi list | grep -E 'fftw|pyfftw'
5555
shell: bash
5656

57-
- name: Install STUMPY And Run Unit Tests
57+
- name: Install STUMPY and Run Unit Tests
5858
run: pixi run bash ./test.sh unit
5959
shell: bash

0 commit comments

Comments
 (0)