Skip to content

Commit

Permalink
fix: ignore spyder-remote-services as to be installed from the extern…
Browse files Browse the repository at this point in the history
…al-deps
  • Loading branch information
hlouzada committed Oct 18, 2024
1 parent 26aa9a1 commit 1ac9367
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ else
fi

# Install subrepos from source
python -bb -X dev install_dev_repos.py --not-editable --no-install spyder
python -bb -X dev install_dev_repos.py --not-editable --no-install "spyder spyder-remote-services"

# Install Spyder to test it as if it was properly installed.
python -bb -X dev -m build
Expand Down

0 comments on commit 1ac9367

Please sign in to comment.