Skip to content

Commit

Permalink
Don't pip install requirements as root
Browse files Browse the repository at this point in the history
  • Loading branch information
Joseph-Edwards authored and james-d-mitchell committed Jan 7, 2025
1 parent c71b3ab commit bebabf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/downstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
sudo apt-get --yes update
sudo apt-get install python3 --yes
sudo apt-get install python3-pip --yes
sudo -H pip3 install -r requirements.txt
pip3 install -r requirements.txt
- name: "Building libsemigroups_pybind11 . . ."
run: |
cd libsemigroups_pybind11
Expand Down

0 comments on commit bebabf1

Please sign in to comment.