From 0083a071f5dd7f339d0cf9692a719e146d9f377b Mon Sep 17 00:00:00 2001 From: ifilot Date: Mon, 30 Sep 2024 18:52:52 +0200 Subject: [PATCH] Bugfix testing --- .github/workflows/build_conda.yml | 2 +- meta.yaml | 9 ++++++++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_conda.yml b/.github/workflows/build_conda.yml index 29a726d..eb926dd 100644 --- a/.github/workflows/build_conda.yml +++ b/.github/workflows/build_conda.yml @@ -41,7 +41,7 @@ jobs: rm pyproject.toml conda install conda-build conda install -c ifilot pyqint pylebedev - conda install -c conda-forge tqdm + conda install -c conda-forge tqdm mendeleev conda build . --output-folder conda-bld/ - name: Archive packages uses: actions/upload-artifact@v3 diff --git a/meta.yaml b/meta.yaml index dde5191..57a89b6 100644 --- a/meta.yaml +++ b/meta.yaml @@ -22,6 +22,9 @@ requirements: - python>=3.9 - scipy - numpy + - conda-forge::mendeleev + - ifilot::pyqint + - ifilot::pylebedev test: requires: @@ -30,9 +33,13 @@ test: - scipy - conda - packaging - - python>=3.9 + - conda-forge::mendeleev + - ifilot::pyqint + - ifilot::pylebedev source_files: - tests/*.py + commands: + - pytest about: home: https://github.com/ifilot/pydft