🌐 AI搜索 & 代理 主页
Skip to content

Commit 710d2e0

Browse files
committed
Fix typo
1 parent 879fd04 commit 710d2e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,5 +95,5 @@ jobs:
9595
# For some reason, it won't find pytest on the Windows + 3.10
9696
# combination, which hints that it does not handle the venv properly in
9797
# this combination.
98-
if: ${{ matrix.os.category != 'windows' || matrix.python != '3.10'' }}
98+
if: ${{ matrix.os.category != 'windows' || matrix.python != '3.10' }}
9999
run: dotnet test --runtime any-${{ matrix.os.platform }} src/python_tests_runner/

0 commit comments

Comments
 (0)