Skip to content

Commit

Permalink
CI - Fix backshlash in path
Browse files Browse the repository at this point in the history
  • Loading branch information
Guts committed Jan 2, 2020
1 parent f12da97 commit ad90c02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ stages:
- script: |
python -m black --target-version=py37 ./$(packageFolderName)
python -m black --target-version=py37 .\tests
python -m black --target-version=py37 ./tests
displayName: 'Apply black code formatting'
- script: |
Expand Down

0 comments on commit ad90c02

Please sign in to comment.