Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
Torchaudio
Commits
29c35626
Unverified
Commit
29c35626
authored
Aug 31, 2021
by
Nikita Shulga
Committed by
GitHub
Aug 31, 2021
Browse files
Increase no_output_timeout to 20m for WinConda (#1738)
Downloading CUDA-11.1 from conda-forge takes a while
parent
0f844305
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
.circleci/config.yml
.circleci/config.yml
+1
-0
.circleci/config.yml.in
.circleci/config.yml.in
+1
-0
No files found.
.circleci/config.yml
View file @
29c35626
...
@@ -258,6 +258,7 @@ jobs:
...
@@ -258,6 +258,7 @@ jobs:
-
windows_install_cuda
-
windows_install_cuda
-
run
:
-
run
:
name
:
Build conda packages
name
:
Build conda packages
no_output_timeout
:
20m
command
:
|
command
:
|
set -ex
set -ex
eval "$('/C/tools/miniconda3/Scripts/conda.exe' 'shell.bash' 'hook')"
eval "$('/C/tools/miniconda3/Scripts/conda.exe' 'shell.bash' 'hook')"
...
...
.circleci/config.yml.in
View file @
29c35626
...
@@ -258,6 +258,7 @@ jobs:
...
@@ -258,6 +258,7 @@ jobs:
- windows_install_cuda
- windows_install_cuda
- run:
- run:
name: Build conda packages
name: Build conda packages
no_output_timeout: 20m
command: |
command: |
set -ex
set -ex
eval "$('/C/tools/miniconda3/Scripts/conda.exe' 'shell.bash' 'hook')"
eval "$('/C/tools/miniconda3/Scripts/conda.exe' 'shell.bash' 'hook')"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment