Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Joseph-Edwards committed Jan 6, 2025
1 parent 3dd91b1 commit 5890e02
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 @@ -59,7 +59,7 @@ jobs:
sudo apt-get --yes update
sudo apt-get install python3 --yes
sudo apt-get install python3-pip --yes
sudo -H pip3 install --ignore-installed -r requirements.txt
pip3 install -r requirements.txt
- name: "Building libsemigroups_pybind11 . . ."
run: |
cd libsemigroups_pybind11
Expand Down

0 comments on commit 5890e02

Please sign in to comment.