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
7332dfab
"docs/git@developer.sourcefind.cn:OpenDAS/dgl.git" did not exist on "e96325688214c5da245c841887e4984e3cece134"
Unverified
Commit
7332dfab
authored
Jul 07, 2021
by
Caroline Chen
Committed by
GitHub
Jul 07, 2021
Browse files
Fix CircleCI unittest environment (#1622)
parent
284bd101
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
2 deletions
+3
-2
.circleci/unittest/linux/scripts/install.sh
.circleci/unittest/linux/scripts/install.sh
+1
-1
.circleci/unittest/windows/scripts/environment.yml
.circleci/unittest/windows/scripts/environment.yml
+1
-0
.circleci/unittest/windows/scripts/install.sh
.circleci/unittest/windows/scripts/install.sh
+1
-1
No files found.
.circleci/unittest/linux/scripts/install.sh
View file @
7332dfab
...
@@ -56,7 +56,7 @@ fi
...
@@ -56,7 +56,7 @@ fi
(
(
set
-x
set
-x
conda
install
-y
-c
conda-forge
${
NUMBA_DEV_CHANNEL
}
'librosa>=0.8.0'
parameterized
'requests>=2.20'
conda
install
-y
-c
conda-forge
${
NUMBA_DEV_CHANNEL
}
'librosa>=0.8.0'
parameterized
'requests>=2.20'
pip
install
kaldi-io SoundFile coverage pytest pytest-cov scipy transformers
pip
install
kaldi-io SoundFile coverage pytest pytest-cov scipy transformers
expecttest
)
)
# Install fairseq
# Install fairseq
git clone https://github.com/pytorch/fairseq
git clone https://github.com/pytorch/fairseq
...
...
.circleci/unittest/windows/scripts/environment.yml
View file @
7332dfab
...
@@ -13,3 +13,4 @@ dependencies:
...
@@ -13,3 +13,4 @@ dependencies:
-
future
-
future
-
parameterized
-
parameterized
-
dataclasses
-
dataclasses
-
expecttest
.circleci/unittest/windows/scripts/install.sh
View file @
7332dfab
...
@@ -44,7 +44,7 @@ fi
...
@@ -44,7 +44,7 @@ fi
(
(
set
-x
set
-x
conda
install
-y
-c
conda-forge
${
NUMBA_DEV_CHANNEL
}
'librosa>=0.8.0'
parameterized
'requests>=2.20'
conda
install
-y
-c
conda-forge
${
NUMBA_DEV_CHANNEL
}
'librosa>=0.8.0'
parameterized
'requests>=2.20'
pip
install
kaldi-io SoundFile coverage pytest pytest-cov scipy transformers
pip
install
kaldi-io SoundFile coverage pytest pytest-cov scipy transformers
expecttest
)
)
# Install fairseq
# Install fairseq
git clone https://github.com/pytorch/fairseq
git clone https://github.com/pytorch/fairseq
...
...
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