Skip to content

Commit

Permalink
Update run-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Jerry Zhou committed Jul 13, 2021
1 parent 66e9343 commit f7b0c35
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
pip install -e ".[dev]"
pip install nose
run: pip install -e ".[dev]"
- name: Run Tests
run: pytest tests
services:
Expand Down

0 comments on commit f7b0c35

Please sign in to comment.