Skip to content
This repository has been archived by the owner on Nov 27, 2023. It is now read-only.

Commit

Permalink
GH: using unittest instead of pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
ebranlard committed Nov 15, 2023
1 parent 37a71d4 commit 5b5ee20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/development-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ jobs:
pip install pytest
pip install pytest-cov
pip install -e .
- name: Test with pytest
- name: Tests
run: |
pytest
python -m unittest discover

0 comments on commit 5b5ee20

Please sign in to comment.