Skip to content

Commit

Permalink
Merge branch 'master' of github.com:aewallin/allantools
Browse files Browse the repository at this point in the history
  • Loading branch information
aewallin committed Jun 2, 2021
2 parents ae8aa36 + a4e4f7b commit cc94d9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/python-pytest.yml
Expand Up @@ -29,6 +29,7 @@ jobs:
python -m pip install --upgrade pip
python -m pip install flake8 pytest
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
pip install -e .
- name: Test with pytest
run: |
pytest
2 changes: 1 addition & 1 deletion requirements.txt
@@ -1,5 +1,5 @@
numpy
scipy
numpydoc
allantools
matplotlib
pytest

0 comments on commit cc94d9c

Please sign in to comment.