You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .ci/azure-pipelines-steps.yml
+18-10Lines changed: 18 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -14,17 +14,25 @@ steps:
14
14
# stuff into. The virtualenv can probably be removed again, but this was a
15
15
# hard-fought battle and for now I am tired of this crap.
16
16
- script: |
17
-
# need wheel before building virtualenv because of bdist_wheel and setuptools deps
18
-
# Mac's System Integrity Protection prevents symlinking /usr/bin
19
-
# and Azure isn't allowing disabling it apparently: https://developercommunityapi.westus.cloudapp.azure.com/idea/558702/allow-disabling-sip-on-microsoft-hosted-macos-agen.html
0 commit comments