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 d34c656 commit 808970fCopy full SHA for 808970f
.github/workflows/ci.yml
@@ -21,9 +21,11 @@ jobs:
21
pip install -i https://pypi.anaconda.org/scipy-wheels-nightly/simple numpy
22
python -m pip install -U pip build pytest unyt wheel meson ninja meson-python patchelf
23
- name: Install asciidtype
24
+ working-directory: asciidtype
25
run: |
26
CFLAGS="-Werror" python -m pip install . --no-build-isolation
27
- name: Run asciidtype tests
28
29
30
pytest -vvv --color=yes
31
- name: Install metadatadtype
0 commit comments