Skip to content

Commit

Permalink
Install test dependencies via pip
Browse files Browse the repository at this point in the history
  • Loading branch information
pabluk committed Nov 17, 2019
1 parent eb41968 commit 8da179d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
uses: actions/setup-python@v1
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
- name: Install test dependencies
run: |
python -m pip install --upgrade pip
pip install coveralls nose
pip install -r requirements-test.txt
- name: Test with Nose
run: |
nosetests --with-coverage --cover-package=application_only_auth
Expand Down

0 comments on commit 8da179d

Please sign in to comment.