Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit a044569

Browse files
committed
ci: Update standalone build test
ms-toolsai.jupyter is now a dependency of ms-python and is installed along with it.
1 parent 9917da0 commit a044569

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎ci/build/test-standalone-release.sh‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ main() {
1515
./release-standalone/bin/code-server --extensions-dir "$EXTENSIONS_DIR" --install-extension ms-python.python
1616
local installed_extensions
1717
installed_extensions="$(./release-standalone/bin/code-server --extensions-dir "$EXTENSIONS_DIR" --list-extensions 2>&1)"
18-
if [[ $installed_extensions != "ms-python.python" ]]; then
18+
# We use grep as ms-python.python may have dependency extensions that change.
19+
if echo "$installed_extensions" | grep -q "ms-python.python"; then
1920
echo "Unexpected output from listing extensions:"
2021
echo "$installed_extensions"
2122
exit 1

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /