Skip to content

Commit

Permalink
Update deploy.yml to use PEX
Browse files Browse the repository at this point in the history
  • Loading branch information
maximearmstrong authored Jul 9, 2024
1 parent 57a7956 commit 0e864f2
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 @@ -12,8 +12,8 @@ concurrency:
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'
ENABLE_FAST_DEPLOYS: 'true'
PYTHON_VERSION: '3.8'
DAGSTER_CLOUD_FILE: 'dagster_cloud.yaml'

jobs:
Expand Down

0 comments on commit 0e864f2

Please sign in to comment.