We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba5b918 commit dd2379aCopy full SHA for dd2379a
.github/workflows/test.yml
@@ -85,6 +85,11 @@ jobs:
85
- uses: Quansight-Labs/setup-python@v5
86
with:
87
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
93
- name: Set PYTHON_VERSION env var
94
shell: bash
95
run: |
0 commit comments