Skip to content

Commit 677c7de

Browse files
committed
Administrivia
1 parent 1e4770d commit 677c7de

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

admin-tools/setup-master.sh

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,15 @@ cd $mydir
2525
(cd ../../python-uncompyle6 && ./admin-tools/setup-master.sh)
2626
cd $fulldir/..
2727
(cd $fulldir/.. && \
28+
checkout_version python-spark master && \
2829
checkout_version pycolumnize && \
2930
checkout_version python-xdis && \
3031
checkout_version python-filecache && \
31-
checkout_version python-uncompyle6 && \
32-
checkout_version python3-trepan
32+
checkout_version python-uncompyle6 \
3333
)
34+
35+
rm -v */.python-version || true
36+
37+
git checkout master && pyenv local $PYTHON_VERSION && git pull
38+
3439
cd $owd

0 commit comments

Comments
 (0)