Skip to content

Commit

Permalink
Add extra poetry shell command to GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
san99tiago committed Sep 12, 2023
1 parent 66e3e2b commit 7992bc2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,11 @@ jobs:
run: |
aws sts get-caller-identity
- name: Synth CloudFormation Template
- name: Synth CDK to CloudFormation Template
run: |
cdk --version
python --version
which python
pip list
poetry shell
pip list
cdk synth
# - name: Deploy to AWS
Expand Down

0 comments on commit 7992bc2

Please sign in to comment.