Unverified Commit 4d4eafbe authored by Shaden Smith's avatar Shaden Smith Committed by GitHub
Browse files

Move code quality tests to Azure-hosted agents. (#368)

parent a64b0abb
......@@ -91,11 +91,14 @@ jobs:
- job: Code_Quality_Checks
pool:
name: 'DS_testing'
vmImage: 'ubuntu-latest'
variables:
conda_env: 'ds_codetest'
steps:
- bash: echo "##vso[task.prependpath]$CONDA/bin"
displayName: Add conda to PATH
- script: |
conda create --force --yes -n $(conda_env) python=3.7
source activate $(conda_env)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment