Skip to content

Commit 30e1fda

Browse files
committed
CI: Add test run for mpfrdtype tests (or try...)
1 parent 7c4948e commit 30e1fda

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/ci.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,15 @@ jobs:
2929
working-directory: metadatadtype
3030
run: |
3131
pytest -vvv --color=yes
32+
- name: install mpfdtype
33+
working-directory: mpfdtype
34+
run: |
35+
sudo apt install libmpfr-dev -y
36+
python -m pip install . --no-build-isolation
37+
- name: Run mpfdtype tests
38+
working-directory: mpfdtype
39+
run: |
40+
pytest -vvv --color=yes
3241
- name: Install unytdtype
3342
working-directory: unytdtype
3443
run: |

0 commit comments

Comments
 (0)