Skip to content

Commit 675d38a

Browse files
committed
Update test.yml
1 parent b947042 commit 675d38a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
with:
9090
package-dir: sample_proj
9191
output-dir: wheelhouse_only
92-
only: cp312-${{ (runner.os == 'Linux' && (runner.arch == 'X64' && 'manylinux_x86_64') || (runner.arch == 'ARM64' && 'manylinux_aarch64')) || (runner.os == 'Windows' && 'win_amd64' || 'macosx_x86_64') }}
92+
only: cp312-${{ runner.os == 'Linux' && (runner.arch == 'ARM64' && 'manylinux_aarch64' || 'manylinux_x86_64') || (runner.os == 'Windows' && 'win_amd64' || 'macosx_x86_64') }}
9393

9494
- name: Create custom configuration file
9595
shell: bash
@@ -124,7 +124,7 @@ jobs:
124124

125125
- name: Test cibuildwheel
126126
run: |
127-
uv run bin/run_tests.py ${{ runner.os == 'Linux' && runner.arch == 'X64' && '--run-podman' || ''}}
127+
uv run bin/run_tests.py ${{ (runner.os == 'Linux' && runner.arch == 'X64') && '--run-podman' || '' }}
128128
129129
emulated-archs:
130130
name: Get qemu emulated architectures

0 commit comments

Comments
 (0)