Skip to content

Commit 05d44a4

Browse files
committed
try fix ci
1 parent ee67200 commit 05d44a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

travis/build_and_deploy_server.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ set -e
22

33
source env/bin/activate
44

5-
cd server && sudo python3 -m build
5+
cd server && python3 -m build
66

77
if [ -z $TRAVIS_TAG ]
88
then echo "Not a tag build, will not upload to pypi"

0 commit comments

Comments
 (0)