Skip to content

Commit

Permalink
Fix Azure Pipelines Package build
Browse files Browse the repository at this point in the history
  • Loading branch information
pradyunsg authored Sep 8, 2019
1 parent b33280d commit 7256a10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .azure-pipelines/jobs/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- bash: nox -s generate_authors
displayName: Generate AUTHORS.txt

- bash: nox -s generate_news --yes
- bash: nox -s generate_news -- --yes
displayName: Generate NEWS.rst

- bash: tox -e packaging
Expand Down

0 comments on commit 7256a10

Please sign in to comment.