Skip to content

Commit

Permalink
Don't install spyder-boilerplate as editable
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian Gilbey committed Dec 31, 2024
1 parent 5d3c74c commit 3a286ec
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 3a286ec

Please sign in to comment.