Skip to content

Commit

Permalink
fix CI test
Browse files Browse the repository at this point in the history
  • Loading branch information
xinjli committed Jul 6, 2021
1 parent eb6f534 commit a8bca0f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
python -m pip install --upgrade pip
pip install flake8 pytest
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
python setup.py develop
- name: Test with pytest
run: |
pytest

0 comments on commit a8bca0f

Please sign in to comment.