We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a944cd9 commit bd3f1deCopy full SHA for bd3f1de
1 file changed
.github/workflows/python.yml
@@ -125,6 +125,14 @@ jobs:
125
STREAM_NAME: ${{ env.STREAM_NAME }}
126
APP_NAME: ${{ env.APP_NAME }}
127
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
+
136
# Create kinesis stream with unique name and wait for it to exist
137
- name: Create and wait Kinesis stream
138
run: |
0 commit comments