Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
shreyas-arvindekar committed Apr 16, 2024
1 parent 6f7620b commit 94fffaf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Setup conda and dependencies
run: |
tools/setup_ci.sh ${{ matrix.python-version }}
pip install -r requirements.txt
- name: Test
run: |
eval "$(conda shell.bash hook)"
Expand All @@ -32,6 +32,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 -r requirements.txt
./setup_environment.sh pytest --cov=.. --cov-branch --cov-report=xml -v ../test/test_*.py
flake8 ../pyext/src/
- uses: codecov/codecov-action@v3

0 comments on commit 94fffaf

Please sign in to comment.