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
b8b732af
Unverified
Commit
b8b732af
authored
May 18, 2021
by
Krishna Kalyan
Committed by
GitHub
May 18, 2021
Browse files
Fix CodeQL failure (#1508)
parent
52e7bfd9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
8 deletions
+2
-8
.github/workflows/codeql.yml
.github/workflows/codeql.yml
+2
-8
No files found.
.github/workflows/codeql.yml
View file @
b8b732af
...
@@ -20,19 +20,13 @@ jobs:
...
@@ -20,19 +20,13 @@ jobs:
with
:
with
:
languages
:
python, cpp
languages
:
python, cpp
-
name
:
Install Ninja
run
:
|
sudo apt-get update -y
sudo apt-get install -y ninja-build
-
name
:
Update submodules
-
name
:
Update submodules
run
:
git submodule update --init --recursive
run
:
git submodule update --init --recursive
-
name
:
Install Torch
-
name
:
Install Torch
run
:
|
run
:
|
python -m pip install cmake
python -m pip install cmake ninja
python -m pip install torch==1.8.1+cpu -f https://download.pytorch.org/whl/torch_stable.html
python -m pip install --pre torch -f https://download.pytorch.org/whl/nightly/cpu/torch_nightly.html
sudo ln -s /usr/bin/ninja /usr/bin/ninja-build
-
name
:
Build TorchAudio
-
name
:
Build TorchAudio
run
:
BUILD_SOX=1 USE_CUDA=0 python setup.py develop --user
run
:
BUILD_SOX=1 USE_CUDA=0 python setup.py develop --user
...
...
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