Skip to content

Commit d7e4979

Browse files
authored
MAINT: Update gitpod setup (scipy#17567)
1 parent 4e738d7 commit d7e4979

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.gitpod.yml

+3-4
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,12 @@ tasks:
1212
init: |
1313
mkdir -p .vscode
1414
cp tools/docker_dev/settings.json .vscode/settings.json
15-
conda activate scipy-meson
15+
conda activate scipy-dev
1616
git submodule update --init
17-
python dev.py --build-only -j2
17+
python dev.py build -j2
1818
echo "🛠 Completed rebuilding SciPy!! 🛠 "
1919
echo "📖 Building docs 📖 "
20-
cd doc
21-
python dev.py --doc
20+
python dev.py doc
2221
echo "✨ Pre-build complete! You can close this terminal ✨ "
2322
2423
# --------------------------------------------------------

0 commit comments

Comments
 (0)