mirror of
https://github.com/borgbackup/borg.git
synced 2024-12-24 00:37:56 +00:00
Try /home instead
This commit is contained in:
parent
36e6f35d9b
commit
2a7753c0c9
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ python:
|
||||||
# command to install dependencies
|
# command to install dependencies
|
||||||
install:
|
install:
|
||||||
- "sudo apt-get install fakeroot"
|
- "sudo apt-get install fakeroot"
|
||||||
- "sudo mount . -o remount,user_xattr"
|
- "sudo mount /home -o remount,user_xattr"
|
||||||
- "pip install --use-mirrors Cython"
|
- "pip install --use-mirrors Cython"
|
||||||
- "pip install -e ."
|
- "pip install -e ."
|
||||||
# command to run tests
|
# command to run tests
|
||||||
|
|
Loading…
Reference in a new issue