Skip to content

Commit f3d67df

Browse files
committed
add test command after test install
1 parent 5e82101 commit f3d67df

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci-cd.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,12 @@ jobs:
139139
--index-url https://test.pypi.org/simple/ \
140140
--extra-index-url https://pypi.org/simple \
141141
lasso-python=="${VERSION}"
142+
143+
# We run the D3plot import here as it is the most delicate piece of the
144+
# package for importing C-libraries.
145+
- name: Test if the installed package works
146+
run: python -c 'from lasso.dyna import D3plot'
147+
142148
# JOB
143149
# Finally publish the code to pypi
144150
publish:

0 commit comments

Comments
 (0)