Skip to content

Commit dd2379a

Browse files
committed
debug
1 parent ba5b918 commit dd2379a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,11 @@ jobs:
8585
- uses: Quansight-Labs/setup-python@v5
8686
with:
8787
python-version: ${{ matrix.python-version }}
88+
- name: Get interpreter metadata for dev
89+
shell: bash
90+
run: |
91+
python src/python_interpreter/get_interpreter_metadata.py
92+
python -m pip debug --verbose
8893
- name: Set PYTHON_VERSION env var
8994
shell: bash
9095
run: |

0 commit comments

Comments
 (0)