Skip to content

Commit

Permalink
Update deploy.yml to Python 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
maximearmstrong authored Jul 9, 2024
1 parent 0e864f2 commit 1ee307e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 1ee307e

Please sign in to comment.