浏览代码

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:
         exclude:
           # just test lowest and highest python version on windows
           # just test lowest and highest python version on windows
           - os: windows-latest
           - os: windows-latest
-            python-version: "3.8"
+            python: "3.8"
           - os: windows-latest
           - os: windows-latest
-            python-version: "3.9"
+            python: "3.9"
           - os: windows-latest
           - os: windows-latest
-            python-version: "3.10"
+            python: "3.10"
       fail-fast: false
       fail-fast: false
     runs-on: ${{ matrix.os }}
     runs-on: ${{ matrix.os }}
     timeout-minutes: 15
     timeout-minutes: 15