Add performance tests #169
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: nanoDFT CLI | |
on: | |
pull_request: | |
push: | |
branches: [main] | |
jobs: | |
nanoDFT-cli: | |
runs-on: ubuntu-20.04 | |
steps: | |
- uses: actions/checkout@v3 | |
- uses: actions/setup-python@v3 | |
with: | |
python-version: "3.8.10" | |
- name: Install default requirements | |
run: | | |
pip install -U pip | |
pip install -e "." | |
- name: Log installed environment | |
run: | | |
python3 -m pip freeze | |
- name: Test nanoDFT CLI on CPU | |
run: | | |
nanoDFT | |