Skip to content

Commit

Permalink
- remove experimental step [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
dataflake committed Nov 15, 2022
1 parent e090fe2 commit cfca898
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit cfca898

Please sign in to comment.