Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
Test relaxed project requirement
  • Loading branch information
AntObi authored Dec 1, 2023
1 parent 437623c commit 93f7186
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 93f7186

Please sign in to comment.