hvalev 3 years ago
parent
commit
f512970dbd
1 changed files with 2 additions and 1 deletions
  1. 2 1
      .github/workflows/main.yml

+ 2 - 1
.github/workflows/main.yml

@@ -14,7 +14,8 @@ jobs:
   test:
     name: Set up python matrix for testing
     runs-on: ubuntu-18.04
-    python-version: 3.7
+    with:
+      python-version: 3.7
     steps:
       - uses: actions/checkout@master
       - name: Setup Python Matrix