Skip to content

Commit

Permalink
Add httmock to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeoLacruz committed Dec 30, 2024
1 parent ea86224 commit 00a96ed
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@ jobs:
with:
python-version: "3.10"

- name: Install style check dependencies
run: |
pip install httmock==1.4.0
- name: Run tests
run: |
python -m unittest discover -s inventree_supplier_sync
Expand Down

0 comments on commit 00a96ed

Please sign in to comment.