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 5e82101 commit f3d67dfCopy full SHA for f3d67df
.github/workflows/ci-cd.yml
@@ -139,6 +139,12 @@ jobs:
139
--index-url https://test.pypi.org/simple/ \
140
--extra-index-url https://pypi.org/simple \
141
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
148
# JOB
149
# Finally publish the code to pypi
150
publish:
0 commit comments