Skip to content

Commit 564295f

Browse files
committed
Add debugging details
1 parent 4a39bf8 commit 564295f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-package-linux_arm64.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,9 @@ jobs:
6565
- name: Run python raw_mfa_login.py
6666
run: |
6767
python examples/raw_mfa_login.py
68-
- name: Run python raw_cdp_copilot.py
68+
- name: Run python raw_cdp_copilot.py --debug
6969
run: |
70-
python examples/raw_cdp_copilot.py
70+
python examples/raw_cdp_copilot.py --debug
7171
- name: Upload artifacts
7272
uses: actions/upload-artifact@v4
7373
with:

0 commit comments

Comments
 (0)