Skip to content

Commit ebb8b8a

Browse files
authored
Remove reference to long-gone version.py (#7683)
1 parent 0334201 commit ebb8b8a

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

livehtml.sh

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,6 @@
44

55
set -e
66

7-
if [ ! -f "python/version.py" ]; then
8-
echo "Generate version.py if it doesn't already exist"
9-
mkdir -p tmp_build && cd tmp_build
10-
cmake -L -GNinja ..
11-
cd .. && rm -rf tmp_build
12-
fi
13-
147
echo "Setting up Python environment..."
158
if [ ! -f "env/bin/activate" ]
169
then

0 commit comments

Comments
 (0)