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
4a8610fd
Unverified
Commit
4a8610fd
authored
Aug 05, 2020
by
Eli Uriegas
Committed by
GitHub
Aug 05, 2020
Browse files
.circleci: Only install the binaries from the channel we want (#859)
parent
9ba02d5b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
.circleci/config.yml
.circleci/config.yml
+2
-1
.circleci/config.yml.in
.circleci/config.yml.in
+2
-1
No files found.
.circleci/config.yml
View file @
4a8610fd
...
...
@@ -277,12 +277,13 @@ jobs:
steps
:
-
attach_workspace
:
at
:
~/workspace
-
designate_upload_channel
-
run
:
name
:
install binaries
command
:
|
set -x
source /usr/local/etc/profile.d/conda.sh && conda activate python${PYTHON_VERSION}
conda install -v -y -c pytorch-
test -c pytorch-nightly
pytorch
conda install -v -y -c pytorch-
${UPLOAD_CHANNEL}
pytorch
conda install -v -y $(ls ~/workspace/torchaudio*.tar.bz2)
-
run
:
name
:
smoke test
...
...
.circleci/config.yml.in
View file @
4a8610fd
...
...
@@ -277,12 +277,13 @@ jobs:
steps:
- attach_workspace:
at: ~/workspace
- designate_upload_channel
- run:
name: install binaries
command: |
set -x
source /usr/local/etc/profile.d/conda.sh && conda activate python${PYTHON_VERSION}
conda install -v -y -c pytorch-
test -c pytorch-nightly
pytorch
conda install -v -y -c pytorch-
${UPLOAD_CHANNEL}
pytorch
conda install -v -y $(ls ~/workspace/torchaudio*.tar.bz2)
- run:
name: smoke test
...
...
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