Skip to content

Commit

Permalink
Remove static code analysis check
Browse files Browse the repository at this point in the history
  • Loading branch information
vinayak-mehta committed Dec 25, 2024
1 parent e0bcdc4 commit 5700235
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 72 deletions.
36 changes: 0 additions & 36 deletions .github/workflows/static-code-analysis.yml

This file was deleted.

3 changes: 1 addition & 2 deletions .github/workflows/unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements-dev.txt
pip install .
python -m pip install .
- name: Test with pytest
run: |
pytest
34 changes: 0 additions & 34 deletions requirements-dev.txt

This file was deleted.

0 comments on commit 5700235

Please sign in to comment.