Skip to content

Commit

Permalink
PR Ready
Browse files Browse the repository at this point in the history
  • Loading branch information
bpolania committed Dec 23, 2024
1 parent 55f1a91 commit 07418f1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,6 @@ jobs:
pip install pytest pytest-cov # Common testing packages
shell: bash

- name: Debug Installed Packages
run: pip list

- name: Run integration tests
run: |
source .venv/bin/activate
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,6 @@ jobs:
pip install -r requirements.txt || exit 1
pip install pytest pytest-cov # Common testing packages
shell: bash

- name: Debug Installed Packages
run: pip list

- name: Run Unit tests
run: |
Expand Down

0 comments on commit 07418f1

Please sign in to comment.