Skip to content

Commit c975d87

Browse files
authored
Build in venv (#684)
1 parent e7338e4 commit c975d87

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

doc/netlify.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@
2323
tar -xf ${DART_SASS_TARBALL} && \
2424
rm ${DART_SASS_TARBALL}) && \
2525
export PATH=/tmp/dart-sass:$PATH && \
26+
python -m venv .py3 && \
27+
source .py3/bin/activate && \
2628
(cd ../.. && ln -s repo scientific-python-hugo-theme) && \
2729
(cd .. && make ${BUILD_TARGET})
2830
"""

0 commit comments

Comments
 (0)