There was an error while loading. Please reload this page.
1 parent e162b9a commit ac29636Copy full SHA for ac29636
1 file changed
.github/workflows/pypi-publish.yml
@@ -44,13 +44,6 @@ jobs:
44
CIBW_BEFORE_BUILD: pip install cmake pybind11
45
CIBW_BUILD_VERBOSITY: 1
46
CIBW_DEPENDENCY_VERSIONS: latest
47
- CIBW_ENVIRONMENT: MOIRA_NO_DOWNLOAD=1
48
- CIBW_TEST_COMMAND: >-
49
- python -c "import importlib.metadata as md; import moira;
50
- from moira import moira_native as mn;
51
- assert md.version('moira-astro') == moira.__version__;
52
- assert mn.__backend_file__;
53
- print(moira.__version__, mn.__backend_file__)"
54
55
- uses: actions/upload-artifact@v4
56
with:
0 commit comments