diff --git a/.github/workflows/cibuildwheel.yml b/.github/workflows/cibuildwheel.yml index 18780073..626a9fc3 100644 --- a/.github/workflows/cibuildwheel.yml +++ b/.github/workflows/cibuildwheel.yml @@ -44,7 +44,7 @@ jobs: CIBW_TEST_REQUIRES: pytest CIBW_TEST_COMMAND: > python -c "import cftime; print(f'cftime v{cftime.__version__}')" && - python -m pip install -r {package}/requirements-dev.txt && + python -m pip install check-manifest cython pytest && python -m pytest -vv {package}/test - uses: actions/upload-artifact@v3