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 53ba52b commit 3a56212
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 @@ -51,12 +51,12 @@ 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 run the tests on the installed package
- name: Unit tests
run: |
pip install -r dev-requirements.txt
python setup.py install
cd ~
python -Wa -m pytest --pyargs skued --import-mode=importlib
Expand Down

0 comments on commit 3a56212

Please sign in to comment.