Skip to content

Commit

Permalink
fix: test version upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
Nava Atluri committed Mar 15, 2023
1 parent a21b821 commit 7dd7973
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/secureliCI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
- name: Set Up Project
run: |
pip install poetry
pip install pre-commit
poetry install
- name: Run Tests
run: |
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ coverage = "^6.5.0"
black = "^22.10.0"
identify = "^2.5.7"
poethepoet = "^0.16.4"
pre-commit = "^2.20.0"
python-semantic-release = "^7.33.1"

[build-system]
Expand Down

0 comments on commit 7dd7973

Please sign in to comment.