Skip to content

Commit 08ee294

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

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 mpfrdtype
33+
working-directory: mpfrdtype
34+
run: |
35+
sudo apt install libmpfr-dev -y
36+
python -m pip install --no-build-isolation
37+
- name: Run mpfrdtype tests
38+
working-directory: mpfrdtype
39+
run: |
40+
pytest -vvv --color=yes
3241
- name: Install unytdtype
3342
working-directory: unytdtype
3443
run: |

0 commit comments

Comments
 (0)