From cfca89816fa10220358bd17416a08857e5cbe25d Mon Sep 17 00:00:00 2001 From: Jens Vagelpohl Date: Tue, 15 Nov 2022 07:54:37 +0100 Subject: - remove experimental step [ci skip] --- .github/workflows/tests.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 3625c32..c908bac 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -141,16 +141,6 @@ jobs: restore-keys: | ${{ runner.os }}-pip- - - name: Print Python build flags - if: > - startsWith(runner.os, 'Mac') - && (matrix.python-version == '3.8' - || matrix.python-version == '3.9' - || matrix.python-version == '3.10' - || matrix.python-version == '3.11') - run: | - python -c 'import sysconfig, pprint; pprint.pprint(sysconfig.get_config_vars())' - - name: Install Build Dependencies (PyPy2) if: > startsWith(matrix.python-version, 'pypy-2.7') -- cgit v1.2.1