Skip to content

Commit

Permalink
--break-system-packages
Browse files Browse the repository at this point in the history
  • Loading branch information
vsoch authored Oct 20, 2024
1 parent 09e266c commit 1e60943
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-software.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
sudo apt-get update && sudo apt-get install -y python3 python3-pip python3-setuptools
git clone https://github.com/rseng/rse /tmp/rse
cd /tmp/rse
sudo pip3 install --break-system-packages .[all]
#sudo pip3 install --break-system-packages rse[all]
sudo pip3 install .[all]
#sudo pip3 install rse[all]
rse --version
- name: Run Latest Scrapers
env:
Expand Down

0 comments on commit 1e60943

Please sign in to comment.