Skip to content

Commit

Permalink
Merge pull request spyder-ide#23384 from juliangilbey/uneditable-boil…
Browse files Browse the repository at this point in the history
…erplate

PR: Don't install `spyder-boilerplate` testing plugin in editable mode (CI)
  • Loading branch information
ccordoba12 authored Dec 31, 2024
2 parents 5d3c74c + 3a286ec commit 544a9f9
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 @@ -85,7 +85,7 @@ else

# Install boilerplate plugin
pushd spyder/app/tests/spyder-boilerplate
pip install --no-deps -q -e .
pip install --no-deps .
popd

# Adjust PATH on Windows so that we can use conda below. This needs to be done
Expand Down

0 comments on commit 544a9f9

Please sign in to comment.