Skip to content

Commit

Permalink
Also test
Browse files Browse the repository at this point in the history
  • Loading branch information
janden committed Oct 8, 2024
1 parent d498043 commit 9502891
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/cmake_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ jobs:
ctest -C ${{matrix.build_type}} --output-on-failure
- name: Set up Python
if: matrix.finufft_static_linking
uses: actions/setup-python@v5
with:
python-version: '3.10'
Expand All @@ -74,3 +75,14 @@ jobs:
-C cmake.define.FINUFFT_ARCH_FLAGS=${{ matrix.arch_flags }} \
-C cmake.define.FINUFFT_USE_DUCC0=${{ matrix.ducc_fft }} \
python/finufft
- name: Install pytest
if: matrix.finufft_static_linking
run: |
python3 -m pip install --upgrade pip
python3 -m pip install pytest
- name: Test Python package
if: matrix.finufft_static_linking
run: |
python3 -m pytest python/finufft/test

0 comments on commit 9502891

Please sign in to comment.