Skip to content

Commit

Permalink
add debugging steps
Browse files Browse the repository at this point in the history
  • Loading branch information
izzye84 committed Dec 11, 2024
1 parent 73ca5e0 commit 2cad673
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/dagster-cloud-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,9 @@ jobs:
python3 -m venv "$NEW_VENV" && \
echo "Virtual environment created at: $(realpath "\$NEW_VENV")"
echo "Activating virtual environment from \$NEW_VENV/bin/activate"
source "$NEW_VENV/bin/activate" && \
current_branch=$(git rev-parse --abbrev-ref HEAD) && \
Expand Down

0 comments on commit 2cad673

Please sign in to comment.