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
deepspeed
Commits
4d4eafbe
Unverified
Commit
4d4eafbe
authored
Sep 05, 2020
by
Shaden Smith
Committed by
GitHub
Sep 05, 2020
Browse files
Move code quality tests to Azure-hosted agents. (#368)
parent
a64b0abb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
azure-pipelines.yml
azure-pipelines.yml
+4
-1
No files found.
azure-pipelines.yml
View file @
4d4eafbe
...
@@ -91,11 +91,14 @@ jobs:
...
@@ -91,11 +91,14 @@ jobs:
-
job
:
Code_Quality_Checks
-
job
:
Code_Quality_Checks
pool
:
pool
:
name
:
'
DS_
test
ing
'
vmImage
:
'
ubuntu-la
test'
variables
:
variables
:
conda_env
:
'
ds_codetest'
conda_env
:
'
ds_codetest'
steps
:
steps
:
-
bash
:
echo "##vso[task.prependpath]$CONDA/bin"
displayName
:
Add conda to PATH
-
script
:
|
-
script
:
|
conda create --force --yes -n $(conda_env) python=3.7
conda create --force --yes -n $(conda_env) python=3.7
source activate $(conda_env)
source activate $(conda_env)
...
...
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