We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abf9e0d commit cfcdc29Copy full SHA for cfcdc29
1 file changed
.github/workflows/pyfftw-actions.yml
@@ -41,10 +41,7 @@ jobs:
41
- name: Set Up Python
42
run: pixi add python="${{ steps.python.outputs.version }}"
43
shell: bash
44
-
45
- - name: Install Conda-Forge STUMPY from source
46
- run: pixi add stumpy
47
+
48
- name: Install FFTW and pyFFTW
49
run: pixi add fftw pyfftw
50
@@ -53,14 +50,10 @@ jobs:
53
run: pixi run python -c "import sys; print(sys.version)"
54
51
55
52
56
- - name: Show Full Numba Environment
57
- run: pixi run python -m numba -s
58
- shell: bash
59
60
- name: Show installed packages fftw and pyfftw
61
run: pixi list | grep -E 'fftw|pyfftw'
62
63
64
- - name: Run Unit Tests
65
- run: pixi run bash ./test.sh unit
+ - name: Install STUMPY And Run Unit Tests
+ run: pixi run -vvv bash ./test.sh unit
66
0 commit comments