Update main.yml

This commit is contained in:
Jonathon Broughton
2024-02-08 20:58:49 +00:00
committed by GitHub
parent d23f639ed2
commit 5978a90c72
+3 -3
View File
@@ -11,7 +11,7 @@ jobs:
FUNCTION_SCHEMA_FILE_NAME: functionSchema.json
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.4.0
- uses: actions/checkout@v4.1.1
- uses: actions/setup-python@v4
with:
python-version: '3.10'
@@ -36,5 +36,5 @@ jobs:
speckle_function_id: ${{ secrets.SPECKLE_FUNCTION_ID }}
speckle_function_input_schema_file_path: ${{ env.FUNCTION_SCHEMA_FILE_NAME }}
speckle_function_command: 'python -u main.py run'
speckle_function_recommended_cpu_m: 4000
speckle_function_recommended_memory_mi: 4000
speckle_function_recommended_cpu_m: 8000
speckle_function_recommended_memory_mi: 8000