Skip to content

Commit

Permalink
Update azure-pipelines.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dimtsap authored Feb 17, 2021
1 parent 2951372 commit 184bab4
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,13 @@ steps:
sonar.branch.name=feature/CI
- script: |
pip install -r requirements.txt
displayName: Install project dependencies
python -m pip install --upgrade pip
pip install pytest pytest-azurepipelines
pip install -e .
displayName: "Install project dependencies"
#- script: |
# pip install -r requirements.txt
# displayName: Install project dependencies

- script: |
pylint --ignored-modules=numpy,scipy,matplotlib,sklearn --disable=E0202 --disable=R,C,W src/UQpy
Expand Down

0 comments on commit 184bab4

Please sign in to comment.