Skip to content

Commit

Permalink
CI: install all requirements at the same time
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurentRDC committed Dec 17, 2020
1 parent 997da1a commit 8c80cc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,14 @@ jobs:
python -m pip install --upgrade pip
pip install numpy wheel
pip install -r requirements.txt
pip install -r dev-requirements.txt
# Note the use of the -Wa flag to show DeprecationWarnings
# We test the package as-installed.
- name: Unit tests
env:
MATERIALS_PROJECT_API_KEY: ${{ secrets.MATERIALS_PROJECT_API_KEY }}
run: |
pip install -r dev-requirements.txt
python setup.py install
cd ~
python -Wa -m pytest --pyargs crystals
Expand Down

0 comments on commit 8c80cc9

Please sign in to comment.