Skip to content

Commit

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

0 comments on commit 57bae2a

Please sign in to comment.