feat: migrate to new specklepy, unbuffered stdout

This commit is contained in:
Gergő Jedlicska
2023-10-25 19:06:18 +02:00
parent f64d3bc6e2
commit 3a33297f91
3 changed files with 151 additions and 154 deletions
+1 -1
View File
@@ -35,4 +35,4 @@ jobs:
speckle_token: ${{ secrets.SPECKLE_FUNCTION_TOKEN }}
speckle_function_id: ${{ secrets.SPECKLE_FUNCTION_ID }}
speckle_function_input_schema_file_path: ${{ env.FUNCTION_SCHEMA_FILE_NAME }}
speckle_function_command: 'python main.py run'
speckle_function_command: 'python -u main.py run'