소스 검색

using correct key

Rodja Trappe 2 년 전
부모
커밋
1c7b7d72ba
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      .github/workflows/test.yml

+ 3 - 3
.github/workflows/test.yml

@@ -11,11 +11,11 @@ jobs:
         exclude:
           # just test lowest and highest python version on windows
           - os: windows-latest
-            python-version: "3.8"
+            python: "3.8"
           - os: windows-latest
-            python-version: "3.9"
+            python: "3.9"
           - os: windows-latest
-            python-version: "3.10"
+            python: "3.10"
       fail-fast: false
     runs-on: ${{ matrix.os }}
     timeout-minutes: 15