summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Vagelpohl <jens@plyp.com>2022-11-15 07:54:37 +0100
committerJens Vagelpohl <jens@plyp.com>2022-11-15 07:54:37 +0100
commitcfca89816fa10220358bd17416a08857e5cbe25d (patch)
tree88b72a49261bb7999325f536b5aa2be4ca6003fd
parente090fe260f8b11eef2fc7cac712839f4cda67977 (diff)
downloadzope-proxy-cfca89816fa10220358bd17416a08857e5cbe25d.tar.gz
- remove experimental step [ci skip]
-rw-r--r--.github/workflows/tests.yml10
1 files changed, 0 insertions, 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')