Skip to content

Commit

Permalink
Merge pull request #38 from canonical/wd-12317-fix-tests
Browse files Browse the repository at this point in the history
Wd 12317 fix tests
  • Loading branch information
petesfrench authored Jul 25, 2024
2 parents cbcd7fe + ce0bf06 commit dfe8e73
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,9 @@ jobs:

- name: Test Python
run: |
python3 setup.py install --user test
pip install -e .
pip install httpretty
python -m unittest discover tests
check-inclusive-naming:
Expand Down

0 comments on commit dfe8e73

Please sign in to comment.