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