Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
shreyas-arvindekar committed Mar 7, 2024
1 parent 9b9271c commit 2975756
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
if test "${{ matrix.python-version }}" = "2.7" ; then PY2=on; else PY2=off; fi
cmake .. -DIMP_DIR=${CONDA_PREFIX}/lib/cmake/IMP -DUSE_PYTHON2=${PY2}
make
pip install requirements.txt
./setup_environment.sh pytest --cov=.. --cov-branch --cov-report=xml -v ../test/test_*.py
flake8 ../pyext/src/ ../test/
- uses: codecov/codecov-action@v1

0 comments on commit 2975756

Please sign in to comment.