Skip to content

Commit

Permalink
Set pip to allow system package
Browse files Browse the repository at this point in the history
  • Loading branch information
yarikoptic committed Oct 13, 2024
1 parent f06a306 commit e0d24e7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:
bash <(wget -q -O- http://neuro.debian.net/_files/neurodebian-travis.sh)
sudo apt-get update -qq
sudo apt-get install eatmydata python3-pip
sudo python3 -m pip config set global.break-system-packages true
sudo pip install datalad-installer
# just not to change the name from what we had already
case "${{ matrix.annex-install-scenario }}" in
Expand Down

0 comments on commit e0d24e7

Please sign in to comment.