File tree Expand file tree Collapse file tree 2 files changed +2
-10
lines changed
Expand file tree Collapse file tree 2 files changed +2
-10
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,8 @@ Change log
442.2 (unreleased)
55----------------
66
7+ - Remove special treatment for macOS test runners on GitHub
8+
79- Print out a warning if a ``setuptools `` install time dependency is found
810 when runing the the ``config-package `` and ``setup-to-pyproject `` scripts.
911
Original file line number Diff line number Diff line change @@ -110,7 +110,6 @@ jobs:
110110 python-version: ${{ matrix.config[0] }}
111111 github-token: ${{ secrets.GITHUB_TOKEN }}
112112 - name: Test
113- if: ${{ !startsWith(runner.os, 'Mac') }}
114113{% if gha_test_environment %}
115114 env:
116115 {% for line in gha_test_environment %}
@@ -125,15 +124,6 @@ jobs:
125124{% else %}
126125 run: uvx --with tox-uv tox -e ${{ matrix.config[1] }}
127126{% endif %}
128- - name: Test (macOS)
129- if: ${{ startsWith(runner.os, 'Mac') }}
130- {% if gha_test_environment %}
131- env:
132- {% for line in gha_test_environment %}
133- %(line)s
134- {% endfor %}
135- {% endif %}
136- run: uvx --with tox-uv tox -e ${{ matrix.config[1] }}-universal2
137127 - name: Coverage
138128 if: matrix.config[1] == 'coverage'
139129 run: |
You can’t perform that action at this time.
0 commit comments