Skip to content

Commit

Permalink
Bugfix testing
Browse files Browse the repository at this point in the history
  • Loading branch information
ifilot committed Sep 30, 2024
1 parent 3fc6e87 commit 0083a07
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
9 changes: 8 additions & 1 deletion meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ requirements:
- python>=3.9
- scipy
- numpy
- conda-forge::mendeleev
- ifilot::pyqint
- ifilot::pylebedev

test:
requires:
Expand All @@ -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
Expand Down

0 comments on commit 0083a07

Please sign in to comment.