Skip to content

Commit 755d9f1

Browse files
committed
Add CI job with Loopy FFT
1 parent 2409892 commit 755d9f1

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/ci.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,17 @@ jobs:
7171
curl -L -O https://gitlab.tiker.net/inducer/ci-support/raw/main/build-and-test-py-project-within-miniconda.sh
7272
. ./build-and-test-py-project-within-miniconda.sh
7373
74+
pytest_symengine_loopy_fft:
75+
name: Conda Pytest Symengine with Loopy FFT
76+
runs-on: ubuntu-latest
77+
steps:
78+
- uses: actions/checkout@v5
79+
- name: "Main Script"
80+
run: |
81+
curl -L -O https://gitlab.tiker.net/inducer/ci-support/raw/main/build-and-test-py-project-within-miniconda.sh
82+
export SUMPY_FFT_BACKEND=loopy
83+
. ./build-and-test-py-project-within-miniconda.sh
84+
7485
pytest_symengine:
7586
name: Conda Pytest Symengine
7687
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)