You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The test.yaml workflow only tests the installation via pip and tests the software. As a developer I would like to see inclusion of testing the package building too to make sure that none of my PRs break packaging. The idea is to try to build a sdist and wheel for PyPi and a noarch package using conda and to check that these packages are sane, i.e. they can be installed and the included tests can be run successfully.
The text was updated successfully, but these errors were encountered:
The
test.yaml
workflow only tests the installation viapip
and tests the software. As a developer I would like to see inclusion of testing the package building too to make sure that none of my PRs break packaging. The idea is to try to build asdist
andwheel
for PyPi and anoarch
package usingconda
and to check that these packages are sane, i.e. they can be installed and the included tests can be run successfully.The text was updated successfully, but these errors were encountered: