Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
geomarceau committed Sep 28, 2023
2 parents fd38892 + 45b4970 commit 0e98aba
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/github-actions-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,11 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
cache: 'pip'
- run: pip install -r aPhyloGeo/requirements.txt
- run: pip install flake8
- run: pip install -e .
- run: pip install git+https://github.com/althonos/pymuscle5

- name: Lint with flake8
run: |
# stop the build if there are Python syntax errors or undefined names
flake8 . --ignore=E222,E501,E502,E722,F403,F405,W291,W293
- name: Test with pytest
run: |
cd aPhyloGeo
python -m pytest
make ci

0 comments on commit 0e98aba

Please sign in to comment.