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 7c4948e commit 08ee294Copy full SHA for 08ee294
.github/workflows/ci.yml
@@ -29,6 +29,15 @@ jobs:
29
working-directory: metadatadtype
30
run: |
31
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
39
40
+ pytest -vvv --color=yes
41
- name: Install unytdtype
42
working-directory: unytdtype
43
0 commit comments