mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
+1
-1
@@ -17,7 +17,7 @@ if [[ ! -z "$CI" ]]; then
|
||||
export RAM_DISK
|
||||
|
||||
sudo mkdir -p "$RAM_DISK"
|
||||
sudo mount -t tmpfs -o size=256M tmpfs "$RAM_DISK"
|
||||
sudo mount -t tmpfs -o size=1M tmpfs "$RAM_DISK"
|
||||
fi
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user