Skip to content

Commit

Permalink
Use strings for display names
Browse files Browse the repository at this point in the history
  • Loading branch information
jakelishman committed Jul 29, 2024
1 parent 2daaea3 commit 0f1f8ae
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .azure/lint_docs_qpy-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
.build-deps/bin/python -m pip install 'setuptools<72.0' wheel
.build-deps/bin/python -m pip wheel --no-build-isolation ibm-platform-services
rm -rf .build-deps
displayName: Prebuild old-setuptools dependencies
displayName: "Prebuild old-setuptools dependencies"
- bash: tools/install_ubuntu_docs_dependencies.sh
displayName: 'Install docs dependencies'
Expand Down
2 changes: 1 addition & 1 deletion .azure/test-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
.build-deps/bin/python -m pip install 'setuptools<72.0' wheel
.build-deps/bin/python -m pip wheel --no-build-isolation ibm-platform-services
rm -rf .build-deps
displayName: Prebuild old-setuptools dependencies
displayName: "Prebuild old-setuptools dependencies"
- ${{ if eq(parameters.installFromSdist, true) }}:
- bash: |
Expand Down
2 changes: 1 addition & 1 deletion .azure/test-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
.build-deps/bin/python -m pip install 'setuptools<72.0' wheel
.build-deps/bin/python -m pip wheel --no-build-isolation ibm-platform-services
rm -rf .build-deps
displayName: Prebuild old-setuptools dependencies
displayName: "Prebuild old-setuptools dependencies"
- bash: |
set -e
Expand Down
2 changes: 1 addition & 1 deletion .azure/test-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
.build-deps/Scripts/python -m pip install 'setuptools<72.0' wheel
.build-deps/Scripts/python -m pip wheel --no-build-isolation ibm-platform-services
rm -rf .build-deps
displayName: Prebuild old-setuptools dependencies
displayName: "Prebuild old-setuptools dependencies"
- bash: |
set -e
Expand Down

0 comments on commit 0f1f8ae

Please sign in to comment.