Skip to content

Commit df357b6

Browse files
ci: debug python version
1 parent 5f8e05b commit df357b6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/test_full.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,11 @@ jobs:
6464
- uses: actions/checkout@v6
6565
with:
6666
ref: ${{ github.ref }}
67+
- name: Debug matrix values
68+
run: |
69+
echo "Python version: ${{ matrix.python-version }}"
70+
echo "Django version: ${{ matrix.django-version }}"
71+
echo "Pydantic version: ${{ matrix.pydantic-version }}"
6772
- name: Set up Python
6873
uses: actions/setup-python@v6
6974
with:

0 commit comments

Comments
 (0)