Skip to content

Commit

Permalink
Merge pull request #187 from WMD-group/AntObi-patch-1
Browse files Browse the repository at this point in the history
Update ci.yml
  • Loading branch information
AntObi authored Dec 2, 2023
2 parents 437623c + 93f7186 commit a89ded4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip wheel setuptools
pip install -r requirements.txt
pip install -e .
pip install pytest-cov
- name: Run tests and collect coverage
run: python -m pytest --cov=smact --cov-report=xml -v
Expand Down

0 comments on commit a89ded4

Please sign in to comment.