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
"vscode:/vscode.git/clone" did not exist on "48a6d29550f85d83951e8b7c2f7fedc1647012e4"
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:
with
:
languages
:
python, cpp
-
name
:
Install Ninja
run
:
|
sudo apt-get update -y
sudo apt-get install -y ninja-build
-
name
:
Update submodules
run
:
git submodule update --init --recursive
-
name
:
Install Torch
run
:
|
python -m pip install cmake
python -m pip install torch==1.8.1+cpu -f https://download.pytorch.org/whl/torch_stable.html
sudo ln -s /usr/bin/ninja /usr/bin/ninja-build
python -m pip install cmake ninja
python -m pip install --pre torch -f https://download.pytorch.org/whl/nightly/cpu/torch_nightly.html
-
name
:
Build TorchAudio
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