Skip to content

Commit 80727ca

Browse files
committed
Add debug step
1 parent 41b7098 commit 80727ca

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/run-examples.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,13 @@ jobs:
3939
run: |
4040
pip install pipdeptree
4141
pipdeptree -fl
42+
- name: debug
43+
env:
44+
WATSONX_PROJECT_ID: ${{ secrets.WATSONX_PROJECT_ID }}
45+
WATSONX_APIKEY: ${{ secrets.WATSONX_APIKEY }}
46+
WATSONX_URL: ${{ secrets.WATSONX_URL }}
47+
REPLICATE_API_TOKEN: ${{ secrets.REPLICATE_API_TOKEN }}
48+
run: pdl examples/tutorial/data_block.pdl
4249
- name: run tests
4350
env:
4451
WATSONX_PROJECT_ID: ${{ secrets.WATSONX_PROJECT_ID }}

0 commit comments

Comments
 (0)