Skip to content

Commit

Permalink
use pip to install package in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
samhotep committed Jul 25, 2024
1 parent cbcd7fe commit ce0bf06
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 ce0bf06

Please sign in to comment.