Skip to content

Commit 808970f

Browse files
committed
fix github actions workflow
1 parent d34c656 commit 808970f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,11 @@ jobs:
2121
pip install -i https://pypi.anaconda.org/scipy-wheels-nightly/simple numpy
2222
python -m pip install -U pip build pytest unyt wheel meson ninja meson-python patchelf
2323
- name: Install asciidtype
24+
working-directory: asciidtype
2425
run: |
2526
CFLAGS="-Werror" python -m pip install . --no-build-isolation
2627
- name: Run asciidtype tests
28+
working-directory: asciidtype
2729
run: |
2830
pytest -vvv --color=yes
2931
- name: Install metadatadtype

0 commit comments

Comments
 (0)