Skip to content

Commit b76cdda

Browse files
committed
- remove special environment marker
1 parent e5ed80f commit b76cdda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
run: uvx --with tox-uv tox -e ${{ matrix.config[1] }}
5858
- name: Test (macOS)
5959
if: ${{ startsWith(runner.os, 'Mac') }}
60-
run: uvx --with tox-uv tox -e ${{ matrix.config[1] }}-universal2
60+
run: uvx --with tox-uv tox -e ${{ matrix.config[1] }}
6161
- name: Coverage
6262
if: matrix.config[1] == 'coverage'
6363
run: |

0 commit comments

Comments
 (0)