Skip to content

Commit cfcdc29

Browse files
committed
fixed stumpy installation, and increase verbosity
1 parent abf9e0d commit cfcdc29

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

.github/workflows/pyfftw-actions.yml

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,7 @@ jobs:
4141
- name: Set Up Python
4242
run: pixi add python="${{ steps.python.outputs.version }}"
4343
shell: bash
44-
45-
- name: Install Conda-Forge STUMPY from source
46-
run: pixi add stumpy
47-
44+
4845
- name: Install FFTW and pyFFTW
4946
run: pixi add fftw pyfftw
5047
shell: bash
@@ -53,14 +50,10 @@ jobs:
5350
run: pixi run python -c "import sys; print(sys.version)"
5451
shell: bash
5552

56-
- name: Show Full Numba Environment
57-
run: pixi run python -m numba -s
58-
shell: bash
59-
6053
- name: Show installed packages fftw and pyfftw
6154
run: pixi list | grep -E 'fftw|pyfftw'
6255
shell: bash
6356

64-
- name: Run Unit Tests
65-
run: pixi run bash ./test.sh unit
57+
- name: Install STUMPY And Run Unit Tests
58+
run: pixi run -vvv bash ./test.sh unit
6659
shell: bash

0 commit comments

Comments
 (0)