-
-
Notifications
You must be signed in to change notification settings - Fork 18.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BLD: Update Gitpod to use docker installation flow and pip/meson for …
…setup (#54046) * Update Dockerfile with new Conda version * Update .gitpod.yml with meson build instructions * Update .gitpod.yml with new Dockerfile * Remove lines that cause errors in .gitpod.yml * add precommit hook back * Update gitpod.yml to use docker installation flow * Remove outdated plugin configs * remove trailing whitespace * Update .gitpod.yml to remove conda activation (using docker flow) * fix esbonio language server not installed error * Add pip/meson build to command to fix issues with gitpod prebuild * remove esbonio * enable prebuilds to quickly access pull requests * add statement to close terminal * Remove extra pip/meson command * add comma * add back duplicate command to fix prebuild * remove prebuilds for branches/forks * remove pull request prebuild option * Update gitpod comments * update letter
- Loading branch information
Showing
3 changed files
with
11 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
{ | ||
"restructuredtext.updateOnTextChanged": "true", | ||
"restructuredtext.updateDelay": 300, | ||
"esbonio.server.pythonPath": "/usr/local/bin/python", | ||
"restructuredtext.linter.disabledLinters": ["doc8","rst-lint", "rstcheck"], | ||
"python.defaultInterpreterPath": "/home/gitpod/mambaforge3/envs/pandas-dev/bin/python" | ||
"python.defaultInterpreterPath": "/usr/local/bin/python" | ||
} |