Skip to content

Commit abf9e0d

Browse files
committed
grep for fftw and pyfftw only
1 parent c8ed2c2 commit abf9e0d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pyfftw-actions.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ jobs:
5757
run: pixi run python -m numba -s
5858
shell: bash
5959

60-
- name: Show pixi installed packages
61-
run: pixi list
60+
- name: Show installed packages fftw and pyfftw
61+
run: pixi list | grep -E 'fftw|pyfftw'
6262
shell: bash
6363

6464
- name: Run Unit Tests

0 commit comments

Comments
 (0)