diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index d9383e6..7ba0ec1 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -13,7 +13,7 @@ env: DAGSTER_CLOUD_URL: "http://test-dagster-openai.dagster.cloud" DAGSTER_CLOUD_API_TOKEN: ${{ secrets.DAGSTER_CLOUD_API_TOKEN }} ENABLE_FAST_DEPLOYS: 'true' - PYTHON_VERSION: '3.8' + PYTHON_VERSION: '3.11' DAGSTER_CLOUD_FILE: 'dagster_cloud.yaml' jobs: