-
Notifications
You must be signed in to change notification settings - Fork 90
Commit
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,4 +3,5 @@ set -e | |
|
||
# upgrade to latest devel | ||
echo 'upgrading juliadf...' | ||
julia -q -e 'using Pkg; Pkg.update();' > /dev/null | ||
julia -q -e 'using Pkg; Pkg.update();' > /dev/null 2>&1 | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
bkamins
Contributor
|
||
|
@bkamins Any idea if we can speed this up? I noticed this step was taking quite long time, even when DataFrames has not been upgraded. Can we just update DataFrames (and other packages only if necessary) instead?