Skip to content

Commit

Permalink
Update tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bmoscon authored Sep 23, 2024
1 parent 47a3e4a commit e8e509b
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 @@ -22,7 +22,7 @@ jobs:
pip install flake8 pytest cython
pip install aiohttp==3.8.1
pip install pyyaml
python setup.py develop
python -m pip install -e .
- name: Test with pytest
run: |
pytest tests/

0 comments on commit e8e509b

Please sign in to comment.