Skip to content

Commit

Permalink
CI: new requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurentRDC committed Dec 15, 2020
1 parent 3fc2d67 commit f82afc7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,14 +55,13 @@ jobs:
env:
MATERIALS_PROJECT_API_KEY: ${{ secrets.MATERIALS_PROJECT_API_KEY }}
run: |
pip install -r dev-requirements.txt
python setup.py install
pip install pytest
cd ~
python -Wa -m pytest --pyargs crystals --import-mode=importlib
- name: Build documentation
run: |
pip install -r dev-requirements.txt
python setup.py build_sphinx
- name: Doctests
Expand Down
3 changes: 2 additions & 1 deletion dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
sphinx >= 3
sphinx_rtd_theme >= 0.4
sphinx_rtd_theme >= 0.4
pytest >= 6

0 comments on commit f82afc7

Please sign in to comment.