Skip to content

Commit 3195063

Browse files
committed
debug
1 parent 67d2c8b commit 3195063

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/tests.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ jobs:
4242
with:
4343
python-version: ${{ matrix.python }}
4444

45+
- run: python -c "import sysconfig; print(sysconfig.get_config_var('EXT_SUFFIX')); print(sysconfig.get_config_var('SOABI'))"
46+
4547
- name: Install
4648
run: python -m pip --disable-pip-version-check install .[test]
4749

@@ -99,6 +101,9 @@ jobs:
99101
run: git config --global --add safe.directory '*'
100102
shell: C:\cygwin\bin\env.exe CYGWIN_NOWINPATH=1 CHERE_INVOKING=1 C:\cygwin\bin\bash.exe -leo pipefail -o igncr {0}
101103

104+
- run: python -c 'import sysconfig; print(sysconfig.get_config_var("EXT_SUFFIX")); print(sysconfig.get_config_var("SOABI"))'
105+
shell: C:\cygwin\bin\env.exe CYGWIN_NOWINPATH=1 CHERE_INVOKING=1 C:\cygwin\bin\bash.exe -leo pipefail -o igncr {0}
106+
102107
- name: Get pip cache path
103108
id: pip-cache-path
104109
run: echo "path=$(cygpath -w $(python -m pip cache dir))" >> $GITHUB_OUTPUT
@@ -163,6 +168,8 @@ jobs:
163168
wget https://github.com/pyston/pyston/releases/download/pyston_2.3.5/pyston_2.3.5_20.04_amd64.deb
164169
sudo apt install $(pwd)/pyston_2.3.5_20.04_amd64.deb
165170
171+
- run: pyston -c 'import sysconfig; print(sysconfig.get_config_var("EXT_SUFFIX")); print(sysconfig.get_config_var("SOABI"))'
172+
166173
- name: Install
167174
run: pyston -m pip --disable-pip-version-check install .[test]
168175

@@ -211,6 +218,8 @@ jobs:
211218
command -v python
212219
python --version
213220
221+
- run: python -c 'import sysconfig; print(sysconfig.get_config_var("EXT_SUFFIX")); print(sysconfig.get_config_var("SOABI"))'
222+
214223
- name: Install
215224
run: python -m pip --disable-pip-version-check install .[test]
216225

0 commit comments

Comments
 (0)