We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80ffeb8 commit 644184fCopy full SHA for 644184f
.grabl/automation.yml
@@ -47,7 +47,7 @@ release:
47
command: |
48
git checkout -b workbase-release-mac-windows-branch
49
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
+ pyenv install -s 3.6.10 && pyenv global 3.6.10 system && pip3 install requests python-dateutil
51
bazel run //:wait-for-release -- $GRABL_OWNER $GRABL_REPO $(cat VERSION) grakn-workbase-mac-$(cat VERSION).dmg grakn-workbase-win-$(cat VERSION).exe
52
deploy-github-linux:
53
image: graknlabs-ubuntu-20.04
0 commit comments