Skip to content

Commit f37858e

Browse files
remove double test
1 parent cbd3cc8 commit f37858e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tail-call.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
python-version: '3.11'
8585

8686
- name: Native Windows MSVC (release)
87-
if: runner.os == 'Windows' && matrix.architecture != 'ARM64'
87+
if: runner.os == 'Windows' && matrix.architecture != 'ARM64' && matrix.target != 'free-threading-msvc'
8888
shell: pwsh
8989
run: |
9090
$env:PlatformToolset = "v145"

0 commit comments

Comments
 (0)