We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e738d7 commit d7e4979Copy full SHA for d7e4979
.gitpod.yml
@@ -12,13 +12,12 @@ tasks:
12
init: |
13
mkdir -p .vscode
14
cp tools/docker_dev/settings.json .vscode/settings.json
15
- conda activate scipy-meson
+ conda activate scipy-dev
16
git submodule update --init
17
- python dev.py --build-only -j2
+ python dev.py build -j2
18
echo "🛠 Completed rebuilding SciPy!! 🛠 "
19
echo "📖 Building docs 📖 "
20
- cd doc
21
- python dev.py --doc
+ python dev.py doc
22
echo "✨ Pre-build complete! You can close this terminal ✨ "
23
24
# --------------------------------------------------------
0 commit comments