diff --git a/.github/workflows/tests_cron.yaml b/.github/workflows/tests_cron.yaml index c17446f..699589c 100644 --- a/.github/workflows/tests_cron.yaml +++ b/.github/workflows/tests_cron.yaml @@ -44,8 +44,11 @@ jobs: pip \ setuptools \ "setuptools_scm>=7,<8" \ - readme_renderer \ python-build + + # needed for test of README.md + python -m pip install "readme_renderer[md]" + pip uninstall diffmah --yes pip install --no-deps git+https://github.com/ArgonneCPAC/diffmah.git pip install --no-deps git+https://github.com/ArgonneCPAC/dsps.git