Skip to content

Commit 0716729

Browse files
authored
Fixing pipeline (revdotcom#108)
1 parent e43507e commit 0716729

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ pipeline {
1515
rm -rf dist
1616
python -m venv ./sdk-deploy
1717
. ./sdk-deploy/bin/activate
18-
pip install wheel
18+
pip install wheel setuptools
1919
python setup.py sdist bdist_wheel
2020
'''
2121
}

0 commit comments

Comments
 (0)