Skip to content

Commit

Permalink
ci(azure-pipelines): add dataclasses installation to patch black format
Browse files Browse the repository at this point in the history
  • Loading branch information
xaviml committed Feb 21, 2021
1 parent 26f9d51 commit 806cdcc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions azure-pipelines.yml
Expand Up @@ -40,6 +40,9 @@ stages:
displayName: Lock dependencies
- script: pipenv install --system --deploy --dev
displayName: Install dependencies
- script: pip install dataclasses
displayName: Installing dataclasses
condition: eq($(python.version), '3.6')
- script: isort apps/controllerx/ tests/ --check
displayName: Organize imports (isort)
- script: black apps/controllerx/ tests/ --check
Expand Down

0 comments on commit 806cdcc

Please sign in to comment.