Skip to content

Commit

Permalink
fix: install as root
Browse files Browse the repository at this point in the history
  • Loading branch information
samhotep committed Jan 16, 2025
1 parent cb050b0 commit 8319df9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
run: |
sudo apt update && sudo apt install -y --no-install-recommends python3-setuptools
pip3 install flask-reggie vcrpy vcrpy-unittest
python3 setup.py install
sudo python3 setup.py install
- name: Test Python
run: python3 -m unittest discover tests
Expand Down

0 comments on commit 8319df9

Please sign in to comment.