Skip to content

Commit b46d93a

Browse files
committed
Enabling pip installs again
1 parent a654fc4 commit b46d93a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

generate.sh

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ done
99
CHANGED=$(echo $X | tr ' ' '\n' | sort | uniq | xargs)
1010

1111
echo "generating for $CHANGED"
12-
#shellspec $CHANGED
13-
#pip install toml
14-
#pip install pytablewriter
12+
pip install toml
13+
pip install pytablewriter
1514
python generate.py $CHANGED

0 commit comments

Comments
 (0)