File tree Expand file tree Collapse file tree 1 file changed +3
-10
lines changed
Expand file tree Collapse file tree 1 file changed +3
-10
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments