Skip to content

Commit 644184f

Browse files
committed
Fix release wait script
1 parent 80ffeb8 commit 644184f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.grabl/automation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ release:
4747
command: |
4848
git checkout -b workbase-release-mac-windows-branch
4949
git push -f origin workbase-release-mac-windows-branch
50-
pyenv install -s 3.6.10 && pyenv global 3.6.10 system && pip3 install requests
50+
pyenv install -s 3.6.10 && pyenv global 3.6.10 system && pip3 install requests python-dateutil
5151
bazel run //:wait-for-release -- $GRABL_OWNER $GRABL_REPO $(cat VERSION) grakn-workbase-mac-$(cat VERSION).dmg grakn-workbase-win-$(cat VERSION).exe
5252
deploy-github-linux:
5353
image: graknlabs-ubuntu-20.04

0 commit comments

Comments
 (0)