Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
chore: remove pytest for the moment
  • Loading branch information
GianmarcoBasile authored Nov 15, 2023
1 parent 53621b2 commit 94a0a57
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ jobs:
- name: Lint with pylint
run: |
pylint src
- name: Test with pytest
run: |
pytest --cov src tests/
# - name: Test with pytest
# run: |
# pytest --cov src tests/

0 comments on commit 94a0a57

Please sign in to comment.