Skip to content

Commit

Permalink
wrapped venv in quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
izzye84 committed Dec 11, 2024
1 parent 2cad673 commit 88a4a00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dagster-cloud-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ env:
# Path to the root folder of the dagster project on the machine running the local agent
DAGSTER_PROJECT_PATH: ${{ secrets.DAGSTER_PROJECT_PATH }}
# Append datetime to venv, so each venv is unique
NEW_VENV: venv_$(date +%Y%m%d_%H%M%S)
NEW_VENV: "venv_$(date +%Y%m%d_%H%M%S)"
jobs:
dagster-cloud-deploy:
runs-on: ubuntu-22.04
Expand Down

0 comments on commit 88a4a00

Please sign in to comment.