feat(frontend): add input library to flow builder

This commit is contained in:
Ruben Fiszel
2023-05-09 16:08:14 +02:00
parent ad4710b715
commit aebb68c479
9 changed files with 57 additions and 28 deletions

View File

@@ -28,8 +28,8 @@ jobs:
needs: [publish_pypi]
runs-on: [self-hosted, new]
steps:
- name: Sleep for 30 seconds waiting for pypi to update index
run: sleep 30s
- name: Sleep for 120 seconds waiting for pypi to update index
run: sleep 120
shell: bash
- uses: actions/checkout@v3
with: