Skip to content

Commit

Permalink
Update deploy.yml with cloud action 0.1.43 & Python 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
maximearmstrong authored Jul 9, 2024
1 parent 37c5ef6 commit 539ccc2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .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.11'
PYTHON_VERSION: '3.8'
DAGSTER_CLOUD_FILE: 'dagster_cloud.yaml'

jobs:
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
with:
ref: ${{ github.head_ref }}
- name: Build and deploy to Dagster Cloud serverless
uses: dagster-io/dagster-cloud-action/actions/[email protected].40
uses: dagster-io/dagster-cloud-action/actions/[email protected].43
with:
dagster_cloud_api_token: ${{ secrets.DAGSTER_CLOUD_API_TOKEN }}
location: ${{ toJson(matrix.location) }}
Expand Down

0 comments on commit 539ccc2

Please sign in to comment.