Skip to content

Commit f696d97

Browse files
committed
Remove unneeded script
Remove `python setup.py develop` - already included with Pyramid setup on Azure Pipelines
1 parent b92cc07 commit f696d97

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

azure-pipelines.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,6 @@ steps:
4141
pip install -e ".[testing]"
4242
displayName: 'Install Pyramid testing requirements'
4343
44-
- script: |
45-
python setup.py develop
46-
displayName: 'Update Pyramid'
47-
4844
- script: |
4945
pip install pytest pytest-azurepipelines
5046
pytest

0 commit comments

Comments
 (0)