Skip to content

Commit 8e348c0

Browse files
Remove unnecessary code
1 parent e329f55 commit 8e348c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/azure-pipeline.pre-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ extends:
8282
displayName: Install nox
8383

8484
# update according packageArch
85-
- script: python -m nox --session install_bundled_libs -- ${{ variables.VSCETARGET }}
85+
- script: python -m nox --session install_bundled_libs
8686
displayName: Install Python dependencies
8787
env:
8888
VSCETARGET: ${{ variables.VSCETARGET }}

0 commit comments

Comments
 (0)