Skip to content

Commit

Permalink
Install nose from requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelklishin committed Jul 1, 2021
1 parent 0756300 commit 1155799
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install nosetests
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Test with nosetests
run: |
Expand Down

0 comments on commit 1155799

Please sign in to comment.