Skip to content

Commit b0d6945

Browse files
committed
CI fixes
1 parent 2fddde9 commit b0d6945

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
hosts.append({'os': 'windows-latest', 'platform': platform, 'module': True, 'nopython': platform == "Win32", 'jobname': f'Windows - {platform}'})
6868
6969
for arch in win_clang_archs:
70-
hosts.append({'os': 'windows-latest', 'arch': arch, 'compiler': 'clang-cl', 'nopython': platform == "x86", 'jobname': f'Windows - clang - {arch}'})
70+
hosts.append({'os': 'windows-latest', 'arch': arch, 'compiler': 'clang-cl', 'nopython': arch == "x86", 'jobname': f'Windows - clang - {arch}'})
7171
7272
#gcc hosts
7373
for gcc, runon in gcc_map.items():
@@ -103,7 +103,6 @@ jobs:
103103
uses: actions/checkout@v4
104104

105105
- name: Setup Python
106-
if: matrix.nopython != 'true'
107106
uses: actions/setup-python@v5
108107
with:
109108
python-version: "3.12"

0 commit comments

Comments
 (0)