-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make zksync default, add gnt-driver feature flag #784
Conversation
973298c
to
ea8a021
Compare
@@ -15,6 +15,7 @@ jobs: | |||
uses: actions/checkout@v2 | |||
with: | |||
repository: 'golemfactory/yagna-integration' | |||
branch: 'mwu/multi-payment' | |||
token: ${{ secrets.YAGNA_WORKFLOW_TOKEN }} | |||
|
|||
- name: Configure python 3.7 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This workflow is going to be removed in #723. If you'd like to get it running until then anyway, please also update the python version used here to 3.8.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good one, will do when removing the test branch
No description provided.