Skip to content

Commit bd3f1de

Browse files
committed
add debug step
1 parent a944cd9 commit bd3f1de

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/python.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,14 @@ jobs:
125125
STREAM_NAME: ${{ env.STREAM_NAME }}
126126
APP_NAME: ${{ env.APP_NAME }}
127127

128+
- name: Debug Python environment
129+
run: |
130+
echo "Python location: $(which python3)"
131+
echo "Python version: $(python3 --version)"
132+
echo "PATH: $PATH"
133+
ls -la /opt/hostedtoolcache/Python/3.9.25/x64/bin/ | head -10
134+
ls -la sample_kinesis_wordputter.py
135+
128136
# Create kinesis stream with unique name and wait for it to exist
129137
- name: Create and wait Kinesis stream
130138
run: |

0 commit comments

Comments
 (0)