Skip to content

Commit

Permalink
ci: split install.
Browse files Browse the repository at this point in the history
  • Loading branch information
sfermigier committed Nov 18, 2019
1 parent c3d4835 commit 4f43a14
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/python-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip setuptools
pip install -r requirements.txt -r dev-requirements.txt .
pip install -r requirements.txt
pip install -r dev-requirements.txt
pip install .
- name: Test with pytest
run: |
pytest

0 comments on commit 4f43a14

Please sign in to comment.