Compare commits
No commits in common. "13e320813e9d5e9610fde295e028257284bcb937" and "199dba60f74a61e7a572e98e3f5385e106aa35d2" have entirely different histories.
13e320813e
...
199dba60f7
1 changed files with 1 additions and 2 deletions
|
@ -15,7 +15,7 @@
|
|||
# sudo_command = "sudo"
|
||||
|
||||
# Disable specific steps - same options as the command line flag
|
||||
disable = ["clam_av_db", "auto_cpufreq"]
|
||||
disable = ["clam_av_db"]
|
||||
|
||||
# Ignore failures for these steps
|
||||
# ignore_failures = ["powershell"]
|
||||
|
@ -89,7 +89,6 @@ no_self_update = true
|
|||
[commands]
|
||||
# "Python Environment" = "~/dev/.env/bin/pip install -i https://pypi.python.org/simple -U --upgrade-strategy eager jupyter"
|
||||
# "Custom command using interactive shell (unix)" = "-i vim_upgrade"
|
||||
"My configuration" = "cd ~/confOS; make"
|
||||
|
||||
|
||||
[python]
|
||||
|
|
Loading…
Reference in a new issue