Skip to content

Commit

Permalink
Update CI-CD.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
talagayev authored Dec 14, 2024
1 parent 208f5c4 commit d736f2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI-CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Run black formatter
run: |
black -l 99 .
black -l 99 --exclude '\.ipynb$' .
- name: Install pytest and run tests
run: |
Expand Down

0 comments on commit d736f2f

Please sign in to comment.